Html Css Color HEX #D72424 Persian Red

📋 copy color: '#D72424'

red 215 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #D72424

Tints of Persian Red #D72424

RGB

 RED value IS 215 (84.38% from 255) = 74.91%

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 74.91%
G = 12.54%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D72424 (or 0xD72424) is known color: Persian Red. HEX triplet: D7, 24 and 24. RGB value is (215,36,36). Sum of RGB (Red+Green+Blue) = 215+36+36=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D72424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72424 is #28DBDB. Grayscale: #595959. Windows color (decimal): -2677724 or 2368727. OLE color: 2368727.

HSL color Cylindrical-coordinate representation of color #D72424: hue angle of 0º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72424 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 36 36 -
CMYK 0 0.83 0.83 0.16
HSL 0.71% 0.49% -
HSV(B) 0.83% 0.84% -
XYZ 28.97 15.84 3.2 -
YUV 89.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 215 36 36 0 0.83 0.83 0.16 0 0.71 0.49
Hex D7 24 24 0 53 53 10 0 47 31
Octal 327 44 44 0 123 123 20 0 107 61
Binary 11010111 100100 100100 0 1010011 1010011 10000 0 1000111 110001

Color Harmonies of #D72424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72424

Black with #D72424

Text Example


Text Example

White with #D72424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72424; }

 p { color: rgb(215,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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