Html Css Color HEX #D73636 Persian Red

📋 copy color: '#D73636'

red 215 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #D73636

Tints of Persian Red #D73636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 66.56%
G = 16.72%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D73636 (or 0xD73636) is known color: Persian Red. HEX triplet: D7, 36 and 36. RGB value is (215,54,54). Sum of RGB (Red+Green+Blue) = 215+54+54=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D73636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73636 is #28C9C9. Grayscale: #666666. Windows color (decimal): -2673098 or 3552983. OLE color: 3552983.

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

Color convert

RGB 215 54 54 -
CMYK 0 0.75 0.75 0.16
HSL 0.67% 0.53% -
HSV(B) 0.75% 0.84% -
XYZ 30.01 17.35 5.26 -
YUV 102.14 100.84 208.5 -
System Red Green Blue C M Y K H S L
Decimal 215 54 54 0 0.75 0.75 0.16 0 0.67 0.53
Hex D7 36 36 0 4B 4B 10 0 43 35
Octal 327 66 66 0 113 113 20 0 103 65
Binary 11010111 110110 110110 0 1001011 1001011 10000 0 1000011 110101

Color Harmonies of #D73636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73636

Black with #D73636

Text Example


Text Example

White with #D73636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73636; }

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

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

background-color css

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

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

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

border-color css

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

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

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