Html Css Color HEX #D72721 Persian Red

📋 copy color: '#D72721'

red 215 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #D72721

Tints of Persian Red #D72721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.59%

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

R = 74.91%
G = 13.59%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D72721 (or 0xD72721) is known color: Persian Red. HEX triplet: D7, 27 and 21. RGB value is (215,39,33). Sum of RGB (Red+Green+Blue) = 215+39+33=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D72721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72721 is #28D8DE. Grayscale: #5B5B5B. Windows color (decimal): -2676959 or 2172887. OLE color: 2172887.

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

Color convert

RGB 215 39 33 -
CMYK 0 0.82 0.85 0.16
HSL 1.98º 0.73% 0.49% -
HSV(B) 1.98º 0.85% 0.84% -
XYZ 29.02 16.01 3 -
YUV 90.94 95.31 216.49 -
System Red Green Blue C M Y K H S L
Decimal 215 39 33 0 0.82 0.85 0.16 1.98 0.73 0.49
Hex D7 27 21 0 52 55 10 2 49 31
Octal 327 47 41 0 122 125 20 2 111 61
Binary 11010111 100111 100001 0 1010010 1010101 10000 10 1001001 110001

Color Harmonies of #D72721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72721

Black with #D72721

Text Example


Text Example

White with #D72721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72721; }

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

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

background-color css

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

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

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

border-color css

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

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

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