Html Css Color HEX #D2402C Persian Red

📋 copy color: '#D2402C'

red 210 ◦ green 64 ◦ blue 44

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

Shades of Persian Red #D2402C

Tints of Persian Red #D2402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 66.04%
G = 20.13%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2402C (or 0xD2402C) is known color: Persian Red. HEX triplet: D2, 40 and 2C. RGB value is (210,64,44). Sum of RGB (Red+Green+Blue) = 210+64+44=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2402C is #2DBFD3. Grayscale: #696969. Windows color (decimal): -2998228 or 2900178. OLE color: 2900178.

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

Color convert

RGB 210 64 44 -
CMYK 0 0.70 0.79 0.18
HSL 7.23º 0.65% 0.5% -
HSV(B) 7.23º 0.79% 0.82% -
XYZ 28.87 17.55 4.25 -
YUV 105.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 210 64 44 0 0.70 0.79 0.18 7.23 0.65 0.5
Hex D2 40 2C 0 46 4F 12 7 41 32
Octal 322 100 54 0 106 117 22 7 101 62
Binary 11010010 1000000 101100 0 1000110 1001111 10010 111 1000001 110010

Color Harmonies of #D2402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2402C

Black with #D2402C

Text Example


Text Example

White with #D2402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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