Html Css Color HEX #D02F27 Persian Red

📋 copy color: '#D02F27'

red 208 ◦ green 47 ◦ blue 39

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

Shades of Persian Red #D02F27

Tints of Persian Red #D02F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.99%

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

R = 70.75%
G = 15.99%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D02F27 (or 0xD02F27) is known color: Persian Red. HEX triplet: D0, 2F and 27. RGB value is (208,47,39). Sum of RGB (Red+Green+Blue) = 208+47+39=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F27 is #2FD0D8. Grayscale: #5E5E5E. Windows color (decimal): -3133657 or 2568144. OLE color: 2568144.

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

Color convert

RGB 208 47 39 -
CMYK 0 0.77 0.81 0.18
HSL 2.84º 0.68% 0.48% -
HSV(B) 2.84º 0.81% 0.82% -
XYZ 27.4 15.59 3.48 -
YUV 94.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 208 47 39 0 0.77 0.81 0.18 2.84 0.68 0.48
Hex D0 2F 27 0 4D 51 12 3 44 30
Octal 320 57 47 0 115 121 22 3 104 60
Binary 11010000 101111 100111 0 1001101 1010001 10010 11 1000100 110000

Color Harmonies of #D02F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F27

Black with #D02F27

Text Example


Text Example

White with #D02F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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