Html Css Color HEX #D6212D Alizarin

📋 copy color: '#D6212D'

red 214 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #D6212D

Tints of Alizarin #D6212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 73.29%
G = 11.3%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6212D (or 0xD6212D) is known color: Alizarin. HEX triplet: D6, 21 and 2D. RGB value is (214,33,45). Sum of RGB (Red+Green+Blue) = 214+33+45=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6212D is #29DED2. Grayscale: #585858. Windows color (decimal): -2744019 or 2957782. OLE color: 2957782.

HSL color Cylindrical-coordinate representation of color #D6212D: hue angle of 356.02º 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 #D6212D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 45 -
CMYK 0 0.85 0.79 0.16
HSL 356.02º 0.73% 0.48% -
HSV(B) 356.02º 0.85% 0.84% -
XYZ 28.75 15.57 3.97 -
YUV 88.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 214 33 45 0 0.85 0.79 0.16 356.02 0.73 0.48
Hex D6 21 2D 0 55 4F 10 164 49 30
Octal 326 41 55 0 125 117 20 544 111 60
Binary 11010110 100001 101101 0 1010101 1001111 10000 101100100 1001001 110000

Color Harmonies of #D6212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6212D

Black with #D6212D

Text Example


Text Example

White with #D6212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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