Html Css Color HEX #D73332 Persian Red

📋 copy color: '#D73332'

red 215 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #D73332

Tints of Persian Red #D73332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 68.04%
G = 16.14%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D73332 (or 0xD73332) is known color: Persian Red. HEX triplet: D7, 33 and 32. RGB value is (215,51,50). Sum of RGB (Red+Green+Blue) = 215+51+50=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D73332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73332 is #28CCCD. Grayscale: #646464. Windows color (decimal): -2673870 or 3290071. OLE color: 3290071.

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

Color convert

RGB 215 51 50 -
CMYK 0 0.76 0.77 0.16
HSL 0.36º 0.67% 0.52% -
HSV(B) 0.36º 0.77% 0.84% -
XYZ 29.78 17.05 4.74 -
YUV 99.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 215 51 50 0 0.76 0.77 0.16 0.36 0.67 0.52
Hex D7 33 32 0 4C 4D 10 0 43 34
Octal 327 63 62 0 114 115 20 0 103 64
Binary 11010111 110011 110010 0 1001100 1001101 10000 0 1000011 110100

Color Harmonies of #D73332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73332

Black with #D73332

Text Example


Text Example

White with #D73332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73332; }

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

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

background-color css

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

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

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

border-color css

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

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

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