Html Css Color HEX #D73632 Persian Red

📋 copy color: '#D73632'

red 215 ◦ green 54 ◦ blue 50

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

Shades of Persian Red #D73632

Tints of Persian Red #D73632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 67.4%
G = 16.93%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D73632 (or 0xD73632) is known color: Persian Red. HEX triplet: D7, 36 and 32. RGB value is (215,54,50). Sum of RGB (Red+Green+Blue) = 215+54+50=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D73632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73632 is #28C9CD. Grayscale: #656565. Windows color (decimal): -2673102 or 3290839. OLE color: 3290839.

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

Color convert

RGB 215 54 50 -
CMYK 0 0.75 0.77 0.16
HSL 1.45º 0.67% 0.52% -
HSV(B) 1.45º 0.77% 0.84% -
XYZ 29.92 17.32 4.78 -
YUV 101.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 215 54 50 0 0.75 0.77 0.16 1.45 0.67 0.52
Hex D7 36 32 0 4B 4D 10 1 43 34
Octal 327 66 62 0 113 115 20 1 103 64
Binary 11010111 110110 110010 0 1001011 1001101 10000 1 1000011 110100

Color Harmonies of #D73632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73632

Black with #D73632

Text Example


Text Example

White with #D73632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73632; }

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

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

background-color css

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

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

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

border-color css

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

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

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