Html Css Color HEX #D02A27 Persian Red

📋 copy color: '#D02A27'

red 208 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #D02A27

Tints of Persian Red #D02A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 71.97%
G = 14.53%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D02A27 (or 0xD02A27) is known color: Persian Red. HEX triplet: D0, 2A and 27. RGB value is (208,42,39). Sum of RGB (Red+Green+Blue) = 208+42+39=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A27 is #2FD5D8. Grayscale: #5B5B5B. Windows color (decimal): -3134937 or 2566864. OLE color: 2566864.

HSL color Cylindrical-coordinate representation of color #D02A27: hue angle of 1.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02A27 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 42 39 -
CMYK 0 0.80 0.81 0.18
HSL 1.07º 0.68% 0.48% -
HSV(B) 1.07º 0.81% 0.82% -
XYZ 27.21 15.21 3.42 -
YUV 91.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 208 42 39 0 0.80 0.81 0.18 1.07 0.68 0.48
Hex D0 2A 27 0 50 51 12 1 44 30
Octal 320 52 47 0 120 121 22 1 104 60
Binary 11010000 101010 100111 0 1010000 1010001 10010 1 1000100 110000

Color Harmonies of #D02A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A27

Black with #D02A27

Text Example


Text Example

White with #D02A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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