Html Css Color HEX #D73732 Persian Red

📋 copy color: '#D73732'

red 215 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #D73732

Tints of Persian Red #D73732

RGB

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

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

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

R = 67.19%
G = 17.19%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D73732 (or 0xD73732) is known color: Persian Red. HEX triplet: D7, 37 and 32. RGB value is (215,55,50). Sum of RGB (Red+Green+Blue) = 215+55+50=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73732 is #28C8CD. Grayscale: #666666. Windows color (decimal): -2672846 or 3291095. OLE color: 3291095.

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

Color convert

RGB 215 55 50 -
CMYK 0 0.74 0.77 0.16
HSL 1.82º 0.67% 0.52% -
HSV(B) 1.82º 0.77% 0.84% -
XYZ 29.97 17.41 4.8 -
YUV 102.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 215 55 50 0 0.74 0.77 0.16 1.82 0.67 0.52
Hex D7 37 32 0 4A 4D 10 2 43 34
Octal 327 67 62 0 112 115 20 2 103 64
Binary 11010111 110111 110010 0 1001010 1001101 10000 10 1000011 110100

Color Harmonies of #D73732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73732

Black with #D73732

Text Example


Text Example

White with #D73732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73732; }

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

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

background-color css

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

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

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

border-color css

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

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

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