Html Css Color HEX #D72827 Persian Red

📋 copy color: '#D72827'

red 215 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #D72827

Tints of Persian Red #D72827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 73.13%
G = 13.61%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D72827 (or 0xD72827) is known color: Persian Red. HEX triplet: D7, 28 and 27. RGB value is (215,40,39). Sum of RGB (Red+Green+Blue) = 215+40+39=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D72827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72827 is #28D7D8. Grayscale: #5C5C5C. Windows color (decimal): -2676697 or 2566359. OLE color: 2566359.

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

Color convert

RGB 215 40 39 -
CMYK 0 0.81 0.82 0.16
HSL 0.34º 0.69% 0.5% -
HSV(B) 0.34º 0.82% 0.84% -
XYZ 29.15 16.11 3.49 -
YUV 92.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 215 40 39 0 0.81 0.82 0.16 0.34 0.69 0.5
Hex D7 28 27 0 51 52 10 0 45 32
Octal 327 50 47 0 121 122 20 0 105 62
Binary 11010111 101000 100111 0 1010001 1010010 10000 0 1000101 110010

Color Harmonies of #D72827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72827

Black with #D72827

Text Example


Text Example

White with #D72827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72827; }

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

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

background-color css

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

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

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

border-color css

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

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

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