#D6352E

Color #D6352E Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D6352E

Tints of Persian Red #D6352E

Color information

#D6352E (or 0xD6352E) is unknown color: approx Persian Red. HEX triplet: D6, 35 and 2E. RGB value is (214,53,46). Sum of RGB (Red+Green+Blue) = 214+53+46=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6352E is #29CAD1. Grayscale: #646464. Windows color (decimal): -2738898 or 3028438. OLE color: 3028438.

HSL color Cylindrical-coordinate representation of color #D6352E: hue angle of 2.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6352E is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB2145346-
CMYK00.750.790.16
HSL2.5º67.2%50.98%-
HSV(B)2.5º78.5%83.92%-
XYZ29.517.044.32-
YUV100.3497.34209.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 68.37%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=68.37%
G=16.93%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214534600.750.790.162.567.250.98
HexD6352E04B4F1034333
Octal3266556011311720310363
Binary1101011011010110111001001011100111110000111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6352E; }

 p { color: rgb(214,53,46); }

 H1.HeaderClassName
 {
   color: #D6352E;
 }
 .AnyTagClassName
 {
   color: #D6352E;
 }
</style>
background-color css

<style>
 a { background-color: #D6352E; }

 a { background-color: rgb(214,53,46); }

 div.DivClassName
 {
   background-color: #D6352E;
 }
 .BgClassName
 {
   background-color: #D6352E;
 }
</style>
border-color css

<style>
 span { border-color: #D6352E; }

 span { border-color: rgb(214,53,46); }

 td.TdClassName
 {
   border-color: #D6352E;
 }
 .TagClassName
 {
   border-color: #D6352E;
 }
</style>