Html Css Color HEX #D2402B Persian Red

📋 copy color: '#D2402B'

red 210 ◦ green 64 ◦ blue 43

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

Shades of Persian Red #D2402B

Tints of Persian Red #D2402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 66.25%
G = 20.19%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2402B (or 0xD2402B) is known color: Persian Red. HEX triplet: D2, 40 and 2B. RGB value is (210,64,43). Sum of RGB (Red+Green+Blue) = 210+64+43=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2402B is #2DBFD4. Grayscale: #696969. Windows color (decimal): -2998229 or 2834642. OLE color: 2834642.

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

Color convert

RGB 210 64 43 -
CMYK 0 0.70 0.80 0.18
HSL 7.54º 0.66% 0.5% -
HSV(B) 7.54º 0.8% 0.82% -
XYZ 28.85 17.54 4.15 -
YUV 105.26 92.87 202.71 -
System Red Green Blue C M Y K H S L
Decimal 210 64 43 0 0.70 0.80 0.18 7.54 0.66 0.5
Hex D2 40 2B 0 46 50 12 8 42 32
Octal 322 100 53 0 106 120 22 10 102 62
Binary 11010010 1000000 101011 0 1000110 1010000 10010 1000 1000010 110010

Color Harmonies of #D2402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2402B

Black with #D2402B

Text Example


Text Example

White with #D2402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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