Html Css Color HEX #D72C2C Persian Red

📋 copy color: '#D72C2C'

red 215 ◦ green 44 ◦ blue 44

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

Shades of Persian Red #D72C2C

Tints of Persian Red #D72C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 70.96%
G = 14.52%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D72C2C (or 0xD72C2C) is known color: Persian Red. HEX triplet: D7, 2C and 2C. RGB value is (215,44,44). Sum of RGB (Red+Green+Blue) = 215+44+44=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C2C is #28D3D3. Grayscale: #5F5F5F. Windows color (decimal): -2675668 or 2895063. OLE color: 2895063.

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

Color convert

RGB 215 44 44 -
CMYK 0 0.80 0.80 0.16
HSL 0.68% 0.51% -
HSV(B) 0.8% 0.84% -
XYZ 29.38 16.43 4.01 -
YUV 95.13 99.15 213.5 -
System Red Green Blue C M Y K H S L
Decimal 215 44 44 0 0.80 0.80 0.16 0 0.68 0.51
Hex D7 2C 2C 0 50 50 10 0 44 33
Octal 327 54 54 0 120 120 20 0 104 63
Binary 11010111 101100 101100 0 1010000 1010000 10000 0 1000100 110011

Color Harmonies of #D72C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C2C

Black with #D72C2C

Text Example


Text Example

White with #D72C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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