Html Css Color HEX #D73329 Persian Red

📋 copy color: '#D73329'

red 215 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #D73329

Tints of Persian Red #D73329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 70.03%
G = 16.61%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D73329 (or 0xD73329) is known color: Persian Red. HEX triplet: D7, 33 and 29. RGB value is (215,51,41). Sum of RGB (Red+Green+Blue) = 215+51+41=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D73329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73329 is #28CCD6. Grayscale: #636363. Windows color (decimal): -2673879 or 2700247. OLE color: 2700247.

HSL color Cylindrical-coordinate representation of color #D73329: hue angle of 3.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D73329 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 51 41 -
CMYK 0 0.76 0.81 0.16
HSL 3.45º 0.69% 0.5% -
HSV(B) 3.45º 0.81% 0.84% -
XYZ 29.61 16.97 3.81 -
YUV 98.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 215 51 41 0 0.76 0.81 0.16 3.45 0.69 0.5
Hex D7 33 29 0 4C 51 10 3 45 32
Octal 327 63 51 0 114 121 20 3 105 62
Binary 11010111 110011 101001 0 1001100 1010001 10000 11 1000101 110010

Color Harmonies of #D73329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73329

Black with #D73329

Text Example


Text Example

White with #D73329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73329; }

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

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

background-color css

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

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

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

border-color css

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

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

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