Html Css Color HEX #D73724 Persian Red

📋 copy color: '#D73724'

red 215 ◦ green 55 ◦ blue 36

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

Shades of Persian Red #D73724

Tints of Persian Red #D73724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 70.26%
G = 17.97%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D73724 (or 0xD73724) is known color: Persian Red. HEX triplet: D7, 37 and 24. RGB value is (215,55,36). Sum of RGB (Red+Green+Blue) = 215+55+36=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D73724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73724 is #28C8DB. Grayscale: #646464. Windows color (decimal): -2672860 or 2373591. OLE color: 2373591.

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

Color convert

RGB 215 55 36 -
CMYK 0 0.74 0.83 0.16
HSL 6.37º 0.71% 0.49% -
HSV(B) 6.37º 0.83% 0.84% -
XYZ 29.71 17.31 3.44 -
YUV 100.67 91.51 209.54 -
System Red Green Blue C M Y K H S L
Decimal 215 55 36 0 0.74 0.83 0.16 6.37 0.71 0.49
Hex D7 37 24 0 4A 53 10 6 47 31
Octal 327 67 44 0 112 123 20 6 107 61
Binary 11010111 110111 100100 0 1001010 1010011 10000 110 1000111 110001

Color Harmonies of #D73724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73724

Black with #D73724

Text Example


Text Example

White with #D73724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73724; }

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

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

background-color css

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

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

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

border-color css

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

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

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