Html Css Color HEX #D02F28 Persian Red

📋 copy color: '#D02F28'

red 208 ◦ green 47 ◦ blue 40

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

Shades of Persian Red #D02F28

Tints of Persian Red #D02F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 70.51%
G = 15.93%
B = 13.56%

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

#D02F28 (or 0xD02F28) is known color: Persian Red. HEX triplet: D0, 2F and 28. RGB value is (208,47,40). Sum of RGB (Red+Green+Blue) = 208+47+40=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F28 is #2FD0D7. Grayscale: #5E5E5E. Windows color (decimal): -3133656 or 2633680. OLE color: 2633680.

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

Color convert

RGB 208 47 40 -
CMYK 0 0.77 0.81 0.18
HSL 2.5º 0.68% 0.49% -
HSV(B) 2.5º 0.81% 0.82% -
XYZ 27.41 15.6 3.57 -
YUV 94.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 208 47 40 0 0.77 0.81 0.18 2.5 0.68 0.49
Hex D0 2F 28 0 4D 51 12 2 44 31
Octal 320 57 50 0 115 121 22 2 104 61
Binary 11010000 101111 101000 0 1001101 1010001 10010 10 1000100 110001

Color Harmonies of #D02F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F28

Black with #D02F28

Text Example


Text Example

White with #D02F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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