Html Css Color HEX #D02C27 Persian Red

📋 copy color: '#D02C27'

red 208 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #D02C27

Tints of Persian Red #D02C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

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

R = 71.48%
G = 15.12%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D02C27 (or 0xD02C27) is known color: Persian Red. HEX triplet: D0, 2C and 27. RGB value is (208,44,39). Sum of RGB (Red+Green+Blue) = 208+44+39=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C27 is #2FD3D8. Grayscale: #5C5C5C. Windows color (decimal): -3134425 or 2567376. OLE color: 2567376.

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

Color convert

RGB 208 44 39 -
CMYK 0 0.79 0.81 0.18
HSL 1.78º 0.68% 0.48% -
HSV(B) 1.78º 0.81% 0.82% -
XYZ 27.28 15.36 3.45 -
YUV 92.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 208 44 39 0 0.79 0.81 0.18 1.78 0.68 0.48
Hex D0 2C 27 0 4F 51 12 2 44 30
Octal 320 54 47 0 117 121 22 2 104 60
Binary 11010000 101100 100111 0 1001111 1010001 10010 10 1000100 110000

Color Harmonies of #D02C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C27

Black with #D02C27

Text Example


Text Example

White with #D02C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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