Html Css Color HEX #D73836 Persian Red

📋 copy color: '#D73836'

red 215 ◦ green 56 ◦ blue 54

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

Shades of Persian Red #D73836

Tints of Persian Red #D73836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 66.15%
G = 17.23%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D73836 (or 0xD73836) is known color: Persian Red. HEX triplet: D7, 38 and 36. RGB value is (215,56,54). Sum of RGB (Red+Green+Blue) = 215+56+54=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D73836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73836 is #28C7C9. Grayscale: #676767. Windows color (decimal): -2672586 or 3553495. OLE color: 3553495.

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

Color convert

RGB 215 56 54 -
CMYK 0 0.74 0.75 0.16
HSL 0.75º 0.67% 0.53% -
HSV(B) 0.75º 0.75% 0.84% -
XYZ 30.1 17.54 5.29 -
YUV 103.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 215 56 54 0 0.74 0.75 0.16 0.75 0.67 0.53
Hex D7 38 36 0 4A 4B 10 1 43 35
Octal 327 70 66 0 112 113 20 1 103 65
Binary 11010111 111000 110110 0 1001010 1001011 10000 1 1000011 110101

Color Harmonies of #D73836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73836

Black with #D73836

Text Example


Text Example

White with #D73836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73836; }

 p { color: rgb(215,56,54); }

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

background-color css

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

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

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

border-color css

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

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

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