Html Css Color HEX #D73124 Persian Red

📋 copy color: '#D73124'

red 215 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #D73124

Tints of Persian Red #D73124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

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

R = 71.67%
G = 16.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D73124 (or 0xD73124) is known color: Persian Red. HEX triplet: D7, 31 and 24. RGB value is (215,49,36). Sum of RGB (Red+Green+Blue) = 215+49+36=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D73124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73124 is #28CEDB. Grayscale: #616161. Windows color (decimal): -2674396 or 2372055. OLE color: 2372055.

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

Color convert

RGB 215 49 36 -
CMYK 0 0.77 0.83 0.16
HSL 4.36º 0.71% 0.49% -
HSV(B) 4.36º 0.83% 0.84% -
XYZ 29.44 16.77 3.35 -
YUV 97.15 93.5 212.06 -
System Red Green Blue C M Y K H S L
Decimal 215 49 36 0 0.77 0.83 0.16 4.36 0.71 0.49
Hex D7 31 24 0 4D 53 10 4 47 31
Octal 327 61 44 0 115 123 20 4 107 61
Binary 11010111 110001 100100 0 1001101 1010011 10000 100 1000111 110001

Color Harmonies of #D73124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73124

Black with #D73124

Text Example


Text Example

White with #D73124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73124; }

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

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

background-color css

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

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

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

border-color css

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

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

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