Html Css Color HEX #D93024 Persian Red

📋 copy color: '#D93024'

red 217 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #D93024

Tints of Persian Red #D93024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 72.09%
G = 15.95%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D93024 (or 0xD93024) is known color: Persian Red. HEX triplet: D9, 30 and 24. RGB value is (217,48,36). Sum of RGB (Red+Green+Blue) = 217+48+36=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D93024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93024 is #26CFDB. Grayscale: #616161. Windows color (decimal): -2543580 or 2371801. OLE color: 2371801.

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

Color convert

RGB 217 48 36 -
CMYK 0 0.78 0.83 0.15
HSL 3.98º 0.72% 0.5% -
HSV(B) 3.98º 0.83% 0.85% -
XYZ 29.99 16.99 3.37 -
YUV 97.16 93.49 213.48 -
System Red Green Blue C M Y K H S L
Decimal 217 48 36 0 0.78 0.83 0.15 3.98 0.72 0.5
Hex D9 30 24 0 4E 53 F 4 48 32
Octal 331 60 44 0 116 123 17 4 110 62
Binary 11011001 110000 100100 0 1001110 1010011 1111 100 1001000 110010

Color Harmonies of #D93024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93024

Black with #D93024

Text Example


Text Example

White with #D93024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93024; }

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

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

background-color css

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

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

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

border-color css

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

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

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