Html Css Color HEX #D42138 Alizarin

📋 copy color: '#D42138'

red 212 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #D42138

Tints of Alizarin #D42138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

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

R = 70.43%
G = 10.96%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D42138 (or 0xD42138) is known color: Alizarin. HEX triplet: D4, 21 and 38. RGB value is (212,33,56). Sum of RGB (Red+Green+Blue) = 212+33+56=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D42138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42138 is #2BDEC7. Grayscale: #595959. Windows color (decimal): -2875080 or 3678676. OLE color: 3678676.

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

Color convert

RGB 212 33 56 -
CMYK 0 0.84 0.74 0.17
HSL 352.29º 0.73% 0.48% -
HSV(B) 352.29º 0.84% 0.83% -
XYZ 28.41 15.37 5.21 -
YUV 89.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 212 33 56 0 0.84 0.74 0.17 352.29 0.73 0.48
Hex D4 21 38 0 54 4A 11 160 49 30
Octal 324 41 70 0 124 112 21 540 111 60
Binary 11010100 100001 111000 0 1010100 1001010 10001 101100000 1001001 110000

Color Harmonies of #D42138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42138

Black with #D42138

Text Example


Text Example

White with #D42138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42138; }

 p { color: rgb(212,33,56); }

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

background-color css

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

 a { background-color: rgb(212,33,56); }

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

border-color css

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

 span { border-color: rgb(212,33,56); }

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