Html Css Color HEX #D02722 Persian Red

📋 copy color: '#D02722'

red 208 ◦ green 39 ◦ blue 34

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

Shades of Persian Red #D02722

Tints of Persian Red #D02722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 74.02%
G = 13.88%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02722 (or 0xD02722) is known color: Persian Red. HEX triplet: D0, 27 and 22. RGB value is (208,39,34). Sum of RGB (Red+Green+Blue) = 208+39+34=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D02722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02722 is #2FD8DD. Grayscale: #595959. Windows color (decimal): -3135710 or 2238416. OLE color: 2238416.

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

Color convert

RGB 208 39 34 -
CMYK 0 0.81 0.84 0.18
HSL 1.72º 0.72% 0.47% -
HSV(B) 1.72º 0.84% 0.82% -
XYZ 27.03 14.98 2.98 -
YUV 88.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 208 39 34 0 0.81 0.84 0.18 1.72 0.72 0.47
Hex D0 27 22 0 51 54 12 2 48 2F
Octal 320 47 42 0 121 124 22 2 110 57
Binary 11010000 100111 100010 0 1010001 1010100 10010 10 1001000 101111

Color Harmonies of #D02722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02722

Black with #D02722

Text Example


Text Example

White with #D02722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02722; }

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

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

background-color css

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

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

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

border-color css

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

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

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