Html Css Color HEX #D6212F Alizarin

📋 copy color: '#D6212F'

red 214 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #D6212F

Tints of Alizarin #D6212F

RGB

 RED value IS 214 (83.98% from 255) = 72.79%

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 72.79%
G = 11.22%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6212F (or 0xD6212F) is known color: Alizarin. HEX triplet: D6, 21 and 2F. RGB value is (214,33,47). Sum of RGB (Red+Green+Blue) = 214+33+47=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6212F is #29DED0. Grayscale: #585858. Windows color (decimal): -2744017 or 3088854. OLE color: 3088854.

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

Color convert

RGB 214 33 47 -
CMYK 0 0.85 0.78 0.16
HSL 355.36º 0.73% 0.48% -
HSV(B) 355.36º 0.85% 0.84% -
XYZ 28.79 15.59 4.18 -
YUV 88.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 214 33 47 0 0.85 0.78 0.16 355.36 0.73 0.48
Hex D6 21 2F 0 55 4E 10 163 49 30
Octal 326 41 57 0 125 116 20 543 111 60
Binary 11010110 100001 101111 0 1010101 1001110 10000 101100011 1001001 110000

Color Harmonies of #D6212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6212F

Black with #D6212F

Text Example


Text Example

White with #D6212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6212F; }

 p { color: rgb(214,33,47); }

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

background-color css

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

 a { background-color: rgb(214,33,47); }

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

border-color css

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

 span { border-color: rgb(214,33,47); }

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