Html Css Color HEX #D72A38 Alizarin

📋 copy color: '#D72A38'

red 215 ◦ green 42 ◦ blue 56

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

Shades of Alizarin #D72A38

Tints of Alizarin #D72A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 68.69%
G = 13.42%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D72A38 (or 0xD72A38) is known color: Alizarin. HEX triplet: D7, 2A and 38. RGB value is (215,42,56). Sum of RGB (Red+Green+Blue) = 215+42+56=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A38 is #28D5C7. Grayscale: #5F5F5F. Windows color (decimal): -2676168 or 3680983. OLE color: 3680983.

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

Color convert

RGB 215 42 56 -
CMYK 0 0.80 0.74 0.16
HSL 355.14º 0.68% 0.5% -
HSV(B) 355.14º 0.8% 0.84% -
XYZ 29.57 16.39 5.35 -
YUV 95.32 105.81 213.36 -
System Red Green Blue C M Y K H S L
Decimal 215 42 56 0 0.80 0.74 0.16 355.14 0.68 0.5
Hex D7 2A 38 0 50 4A 10 163 44 32
Octal 327 52 70 0 120 112 20 543 104 62
Binary 11010111 101010 111000 0 1010000 1001010 10000 101100011 1000100 110010

Color Harmonies of #D72A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A38

Black with #D72A38

Text Example


Text Example

White with #D72A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A38; }

 p { color: rgb(215,42,56); }

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

background-color css

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

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

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

border-color css

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

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

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