Html Css Color HEX #D2402F Persian Red

📋 copy color: '#D2402F'

red 210 ◦ green 64 ◦ blue 47

#D2402F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #D2402F

Tints of Persian Red #D2402F

RGB

 RED value IS 210 (82.42% from 255) = 65.42%

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 65.42%
G = 19.94%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2402F (or 0xD2402F) is known color: Persian Red. HEX triplet: D2, 40 and 2F. RGB value is (210,64,47). Sum of RGB (Red+Green+Blue) = 210+64+47=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2402F is #2DBFD0. Grayscale: #696969. Windows color (decimal): -2998225 or 3096786. OLE color: 3096786.

HSL color Cylindrical-coordinate representation of color #D2402F: hue angle of 6.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2402F is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 47 -
CMYK 0 0.70 0.78 0.18
HSL 6.26º 0.64% 0.5% -
HSV(B) 6.26º 0.78% 0.82% -
XYZ 28.92 17.57 4.56 -
YUV 105.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 210 64 47 0 0.70 0.78 0.18 6.26 0.64 0.5
Hex D2 40 2F 0 46 4E 12 6 40 32
Octal 322 100 57 0 106 116 22 6 100 62
Binary 11010010 1000000 101111 0 1000110 1001110 10010 110 1000000 110010

Color Harmonies of #D2402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2402F

Black with #D2402F

Text Example


Text Example

White with #D2402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2402F; }

 p { color: rgb(210,64,47); }

 H1.HeaderClassName
 {
   color: #D2402F;
 }
 .AnyTagClassName
 {
   color: #D2402F;
 }
</style>

background-color css

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

 a { background-color: rgb(210,64,47); }

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

border-color css

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

 span { border-color: rgb(210,64,47); }

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