Html Css Color HEX #D4212E Alizarin

📋 copy color: '#D4212E'

red 212 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #D4212E

Tints of Alizarin #D4212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 72.85%
G = 11.34%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4212E (or 0xD4212E) is known color: Alizarin. HEX triplet: D4, 21 and 2E. RGB value is (212,33,46). Sum of RGB (Red+Green+Blue) = 212+33+46=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4212E is #2BDED1. Grayscale: #585858. Windows color (decimal): -2875090 or 3023316. OLE color: 3023316.

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

Color convert

RGB 212 33 46 -
CMYK 0 0.84 0.78 0.17
HSL 355.64º 0.73% 0.48% -
HSV(B) 355.64º 0.84% 0.83% -
XYZ 28.19 15.28 4.05 -
YUV 88 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 212 33 46 0 0.84 0.78 0.17 355.64 0.73 0.48
Hex D4 21 2E 0 54 4E 11 164 49 30
Octal 324 41 56 0 124 116 21 544 111 60
Binary 11010100 100001 101110 0 1010100 1001110 10001 101100100 1001001 110000

Color Harmonies of #D4212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4212E

Black with #D4212E

Text Example


Text Example

White with #D4212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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