Html Css Color HEX #D72C22 Persian Red

📋 copy color: '#D72C22'

red 215 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #D72C22

Tints of Persian Red #D72C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 73.38%
G = 15.02%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D72C22 (or 0xD72C22) is known color: Persian Red. HEX triplet: D7, 2C and 22. RGB value is (215,44,34). Sum of RGB (Red+Green+Blue) = 215+44+34=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C22 is #28D3DD. Grayscale: #5E5E5E. Windows color (decimal): -2675678 or 2239703. OLE color: 2239703.

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

Color convert

RGB 215 44 34 -
CMYK 0 0.80 0.84 0.16
HSL 3.31º 0.73% 0.49% -
HSV(B) 3.31º 0.84% 0.84% -
XYZ 29.21 16.36 3.13 -
YUV 93.99 94.15 214.31 -
System Red Green Blue C M Y K H S L
Decimal 215 44 34 0 0.80 0.84 0.16 3.31 0.73 0.49
Hex D7 2C 22 0 50 54 10 3 49 31
Octal 327 54 42 0 120 124 20 3 111 61
Binary 11010111 101100 100010 0 1010000 1010100 10000 11 1001001 110001

Color Harmonies of #D72C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C22

Black with #D72C22

Text Example


Text Example

White with #D72C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C22; }

 p { color: rgb(215,44,34); }

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

background-color css

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

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

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

border-color css

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

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

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