Html Css Color HEX #D72C3A Alizarin

📋 copy color: '#D72C3A'

red 215 ◦ green 44 ◦ blue 58

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

Shades of Alizarin #D72C3A

Tints of Alizarin #D72C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 67.82%
G = 13.88%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D72C3A (or 0xD72C3A) is known color: Alizarin. HEX triplet: D7, 2C and 3A. RGB value is (215,44,58). Sum of RGB (Red+Green+Blue) = 215+44+58=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C3A is #28D3C5. Grayscale: #606060. Windows color (decimal): -2675654 or 3812567. OLE color: 3812567.

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

Color convert

RGB 215 44 58 -
CMYK 0 0.80 0.73 0.16
HSL 355.09º 0.68% 0.51% -
HSV(B) 355.09º 0.8% 0.84% -
XYZ 29.69 16.55 5.63 -
YUV 96.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 215 44 58 0 0.80 0.73 0.16 355.09 0.68 0.51
Hex D7 2C 3A 0 50 49 10 163 44 33
Octal 327 54 72 0 120 111 20 543 104 63
Binary 11010111 101100 111010 0 1010000 1001001 10000 101100011 1000100 110011

Color Harmonies of #D72C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C3A

Black with #D72C3A

Text Example


Text Example

White with #D72C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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