Html Css Color HEX #D42030 Alizarin

📋 copy color: '#D42030'

red 212 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #D42030

Tints of Alizarin #D42030

RGB

 RED value IS 212 (83.2% from 255) = 72.6%

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 72.6%
G = 10.96%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D42030 (or 0xD42030) is known color: Alizarin. HEX triplet: D4, 20 and 30. RGB value is (212,32,48). Sum of RGB (Red+Green+Blue) = 212+32+48=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D42030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42030 is #2BDFCF. Grayscale: #575757. Windows color (decimal): -2875344 or 3154132. OLE color: 3154132.

HSL color Cylindrical-coordinate representation of color #D42030: hue angle of 354.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42030 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 48 -
CMYK 0 0.85 0.77 0.17
HSL 354.67º 0.74% 0.48% -
HSV(B) 354.67º 0.85% 0.83% -
XYZ 28.2 15.24 4.25 -
YUV 87.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 212 32 48 0 0.85 0.77 0.17 354.67 0.74 0.48
Hex D4 20 30 0 55 4D 11 163 4A 30
Octal 324 40 60 0 125 115 21 543 112 60
Binary 11010100 100000 110000 0 1010101 1001101 10001 101100011 1001010 110000

Color Harmonies of #D42030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42030

Black with #D42030

Text Example


Text Example

White with #D42030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42030; }

 p { color: rgb(212,32,48); }

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

background-color css

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

 a { background-color: rgb(212,32,48); }

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

border-color css

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

 span { border-color: rgb(212,32,48); }

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