Html Css Color HEX #D72E21 Persian Red

📋 copy color: '#D72E21'

red 215 ◦ green 46 ◦ blue 33

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

Shades of Persian Red #D72E21

Tints of Persian Red #D72E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 33 (13.28% from 255) = 11.22%

R = 73.13%
G = 15.65%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D72E21 (or 0xD72E21) is known color: Persian Red. HEX triplet: D7, 2E and 21. RGB value is (215,46,33). Sum of RGB (Red+Green+Blue) = 215+46+33=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E21 is #28D1DE. Grayscale: #5F5F5F. Windows color (decimal): -2675167 or 2174679. OLE color: 2174679.

HSL color Cylindrical-coordinate representation of color #D72E21: hue angle of 4.29º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72E21 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 46 33 -
CMYK 0 0.79 0.85 0.16
HSL 4.29º 0.73% 0.49% -
HSV(B) 4.29º 0.85% 0.84% -
XYZ 29.28 16.51 3.08 -
YUV 95.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 215 46 33 0 0.79 0.85 0.16 4.29 0.73 0.49
Hex D7 2E 21 0 4F 55 10 4 49 31
Octal 327 56 41 0 117 125 20 4 111 61
Binary 11010111 101110 100001 0 1001111 1010101 10000 100 1001001 110001

Color Harmonies of #D72E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E21

Black with #D72E21

Text Example


Text Example

White with #D72E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E21; }

 p { color: rgb(215,46,33); }

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

background-color css

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

 a { background-color: rgb(215,46,33); }

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

border-color css

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

 span { border-color: rgb(215,46,33); }

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