Html Css Color HEX #D72C3C Alizarin

📋 copy color: '#D72C3C'

red 215 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #D72C3C

Tints of Alizarin #D72C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 67.4%
G = 13.79%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D72C3C (or 0xD72C3C) is known color: Alizarin. HEX triplet: D7, 2C and 3C. RGB value is (215,44,60). Sum of RGB (Red+Green+Blue) = 215+44+60=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C3C is #28D3C3. Grayscale: #616161. Windows color (decimal): -2675652 or 3943639. OLE color: 3943639.

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

Color convert

RGB 215 44 60 -
CMYK 0 0.80 0.72 0.16
HSL 354.39º 0.68% 0.51% -
HSV(B) 354.39º 0.8% 0.84% -
XYZ 29.74 16.57 5.91 -
YUV 96.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 215 44 60 0 0.80 0.72 0.16 354.39 0.68 0.51
Hex D7 2C 3C 0 50 48 10 162 44 33
Octal 327 54 74 0 120 110 20 542 104 63
Binary 11010111 101100 111100 0 1010000 1001000 10000 101100010 1000100 110011

Color Harmonies of #D72C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C3C

Black with #D72C3C

Text Example


Text Example

White with #D72C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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