Html Css Color HEX #D42234 Alizarin

📋 copy color: '#D42234'

red 212 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #D42234

Tints of Alizarin #D42234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 71.14%
G = 11.41%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D42234 (or 0xD42234) is known color: Alizarin. HEX triplet: D4, 22 and 34. RGB value is (212,34,52). Sum of RGB (Red+Green+Blue) = 212+34+52=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D42234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42234 is #2BDDCB. Grayscale: #595959. Windows color (decimal): -2874828 or 3416788. OLE color: 3416788.

HSL color Cylindrical-coordinate representation of color #D42234: hue angle of 353.93º degrees, saturation: 0.72, 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 #D42234 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 34 52 -
CMYK 0 0.84 0.75 0.17
HSL 353.93º 0.72% 0.48% -
HSV(B) 353.93º 0.84% 0.83% -
XYZ 28.34 15.39 4.73 -
YUV 89.27 106.97 215.54 -
System Red Green Blue C M Y K H S L
Decimal 212 34 52 0 0.84 0.75 0.17 353.93 0.72 0.48
Hex D4 22 34 0 54 4B 11 162 48 30
Octal 324 42 64 0 124 113 21 542 110 60
Binary 11010100 100010 110100 0 1010100 1001011 10001 101100010 1001000 110000

Color Harmonies of #D42234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42234

Black with #D42234

Text Example


Text Example

White with #D42234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42234; }

 p { color: rgb(212,34,52); }

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

background-color css

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

 a { background-color: rgb(212,34,52); }

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

border-color css

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

 span { border-color: rgb(212,34,52); }

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