Html Css Color HEX #D73327 Persian Red

📋 copy color: '#D73327'

red 215 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #D73327

Tints of Persian Red #D73327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 70.49%
G = 16.72%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D73327 (or 0xD73327) is known color: Persian Red. HEX triplet: D7, 33 and 27. RGB value is (215,51,39). Sum of RGB (Red+Green+Blue) = 215+51+39=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D73327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73327 is #28CCD8. Grayscale: #626262. Windows color (decimal): -2673881 or 2569175. OLE color: 2569175.

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

Color convert

RGB 215 51 39 -
CMYK 0 0.76 0.82 0.16
HSL 4.09º 0.69% 0.5% -
HSV(B) 4.09º 0.82% 0.84% -
XYZ 29.57 16.96 3.63 -
YUV 98.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 215 51 39 0 0.76 0.82 0.16 4.09 0.69 0.5
Hex D7 33 27 0 4C 52 10 4 45 32
Octal 327 63 47 0 114 122 20 4 105 62
Binary 11010111 110011 100111 0 1001100 1010010 10000 100 1000101 110010

Color Harmonies of #D73327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73327

Black with #D73327

Text Example


Text Example

White with #D73327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73327; }

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

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

background-color css

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

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

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

border-color css

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

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

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