Html Css Color HEX #D03027 Persian Red

📋 copy color: '#D03027'

red 208 ◦ green 48 ◦ blue 39

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

Shades of Persian Red #D03027

Tints of Persian Red #D03027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 70.51%
G = 16.27%
B = 13.22%

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

#D03027 (or 0xD03027) is known color: Persian Red. HEX triplet: D0, 30 and 27. RGB value is (208,48,39). Sum of RGB (Red+Green+Blue) = 208+48+39=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D03027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03027 is #2FCFD8. Grayscale: #5F5F5F. Windows color (decimal): -3133401 or 2568400. OLE color: 2568400.

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

Color convert

RGB 208 48 39 -
CMYK 0 0.77 0.81 0.18
HSL 3.2º 0.68% 0.48% -
HSV(B) 3.2º 0.81% 0.82% -
XYZ 27.44 15.67 3.5 -
YUV 94.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 208 48 39 0 0.77 0.81 0.18 3.2 0.68 0.48
Hex D0 30 27 0 4D 51 12 3 44 30
Octal 320 60 47 0 115 121 22 3 104 60
Binary 11010000 110000 100111 0 1001101 1010001 10010 11 1000100 110000

Color Harmonies of #D03027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03027

Black with #D03027

Text Example


Text Example

White with #D03027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03027; }

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

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

background-color css

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

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

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

border-color css

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

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

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