Html Css Color HEX #D02D22 Persian Red

📋 copy color: '#D02D22'

red 208 ◦ green 45 ◦ blue 34

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

Shades of Persian Red #D02D22

Tints of Persian Red #D02D22

RGB

 RED value IS 208 (81.64% from 255) = 72.47%

 GREEN value IS 45 (17.97% from 255) = 15.68%

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 72.47%
G = 15.68%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02D22 (or 0xD02D22) is known color: Persian Red. HEX triplet: D0, 2D and 22. RGB value is (208,45,34). Sum of RGB (Red+Green+Blue) = 208+45+34=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D22 is #2FD2DD. Grayscale: #5C5C5C. Windows color (decimal): -3134174 or 2239952. OLE color: 2239952.

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

Color convert

RGB 208 45 34 -
CMYK 0 0.78 0.84 0.18
HSL 3.79º 0.72% 0.47% -
HSV(B) 3.79º 0.84% 0.82% -
XYZ 27.24 15.4 3.05 -
YUV 92.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 208 45 34 0 0.78 0.84 0.18 3.79 0.72 0.47
Hex D0 2D 22 0 4E 54 12 4 48 2F
Octal 320 55 42 0 116 124 22 4 110 57
Binary 11010000 101101 100010 0 1001110 1010100 10010 100 1001000 101111

Color Harmonies of #D02D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D22

Black with #D02D22

Text Example


Text Example

White with #D02D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D22; }

 p { color: rgb(208,45,34); }

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

background-color css

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

 a { background-color: rgb(208,45,34); }

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

border-color css

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

 span { border-color: rgb(208,45,34); }

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