Html Css Color HEX #D02A22 Persian Red

📋 copy color: '#D02A22'

red 208 ◦ green 42 ◦ blue 34

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

Shades of Persian Red #D02A22

Tints of Persian Red #D02A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

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

R = 73.24%
G = 14.79%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02A22 (or 0xD02A22) is known color: Persian Red. HEX triplet: D0, 2A and 22. RGB value is (208,42,34). Sum of RGB (Red+Green+Blue) = 208+42+34=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A22 is #2FD5DD. Grayscale: #5A5A5A. Windows color (decimal): -3134942 or 2239184. OLE color: 2239184.

HSL color Cylindrical-coordinate representation of color #D02A22: hue angle of 2.76º 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 #D02A22 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 42 34 -
CMYK 0 0.80 0.84 0.18
HSL 2.76º 0.72% 0.47% -
HSV(B) 2.76º 0.84% 0.82% -
XYZ 27.13 15.18 3.01 -
YUV 90.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 208 42 34 0 0.80 0.84 0.18 2.76 0.72 0.47
Hex D0 2A 22 0 50 54 12 3 48 2F
Octal 320 52 42 0 120 124 22 3 110 57
Binary 11010000 101010 100010 0 1010000 1010100 10010 11 1001000 101111

Color Harmonies of #D02A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A22

Black with #D02A22

Text Example


Text Example

White with #D02A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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