Html Css Color HEX #D93027 Persian Red

📋 copy color: '#D93027'

red 217 ◦ green 48 ◦ blue 39

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

Shades of Persian Red #D93027

Tints of Persian Red #D93027

RGB

 RED value IS 217 (85.16% from 255) = 71.38%

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

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

R = 71.38%
G = 15.79%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93027 (or 0xD93027) is known color: Persian Red. HEX triplet: D9, 30 and 27. RGB value is (217,48,39). Sum of RGB (Red+Green+Blue) = 217+48+39=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D93027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93027 is #26CFD8. Grayscale: #616161. Windows color (decimal): -2543577 or 2568409. OLE color: 2568409.

HSL color Cylindrical-coordinate representation of color #D93027: hue angle of 3.03º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D93027 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 39 -
CMYK 0 0.78 0.82 0.15
HSL 3.03º 0.7% 0.5% -
HSV(B) 3.03º 0.82% 0.85% -
XYZ 30.04 17.01 3.62 -
YUV 97.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 217 48 39 0 0.78 0.82 0.15 3.03 0.7 0.5
Hex D9 30 27 0 4E 52 F 3 46 32
Octal 331 60 47 0 116 122 17 3 106 62
Binary 11011001 110000 100111 0 1001110 1010010 1111 11 1000110 110010

Color Harmonies of #D93027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93027

Black with #D93027

Text Example


Text Example

White with #D93027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93027; }

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

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

background-color css

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

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

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

border-color css

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

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

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