Html Css Color HEX #D72121 Persian Red

📋 copy color: '#D72121'

red 215 ◦ green 33 ◦ blue 33

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

Shades of Persian Red #D72121

Tints of Persian Red #D72121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 76.51%
G = 11.74%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D72121 (or 0xD72121) is known color: Persian Red. HEX triplet: D7, 21 and 21. RGB value is (215,33,33). Sum of RGB (Red+Green+Blue) = 215+33+33=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D72121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72121 is #28DEDE. Grayscale: #575757. Windows color (decimal): -2678495 or 2171351. OLE color: 2171351.

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

Color convert

RGB 215 33 33 -
CMYK 0 0.85 0.85 0.16
HSL 0.73% 0.49% -
HSV(B) 0.85% 0.84% -
XYZ 28.84 15.64 2.94 -
YUV 87.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 215 33 33 0 0.85 0.85 0.16 0 0.73 0.49
Hex D7 21 21 0 55 55 10 0 49 31
Octal 327 41 41 0 125 125 20 0 111 61
Binary 11010111 100001 100001 0 1010101 1010101 10000 0 1001001 110001

Color Harmonies of #D72121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72121

Black with #D72121

Text Example


Text Example

White with #D72121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72121; }

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

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

background-color css

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

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

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

border-color css

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

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

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