Html Css Color HEX #D6213A Alizarin

📋 copy color: '#D6213A'

red 214 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #D6213A

Tints of Alizarin #D6213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 70.16%
G = 10.82%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6213A (or 0xD6213A) is known color: Alizarin. HEX triplet: D6, 21 and 3A. RGB value is (214,33,58). Sum of RGB (Red+Green+Blue) = 214+33+58=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D6213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6213A is #29DEC5. Grayscale: #5A5A5A. Windows color (decimal): -2744006 or 3809750. OLE color: 3809750.

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

Color convert

RGB 214 33 58 -
CMYK 0 0.85 0.73 0.16
HSL 351.71º 0.73% 0.48% -
HSV(B) 351.71º 0.85% 0.84% -
XYZ 29.04 15.69 5.5 -
YUV 89.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 214 33 58 0 0.85 0.73 0.16 351.71 0.73 0.48
Hex D6 21 3A 0 55 49 10 160 49 30
Octal 326 41 72 0 125 111 20 540 111 60
Binary 11010110 100001 111010 0 1010101 1001001 10000 101100000 1001001 110000

Color Harmonies of #D6213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6213A

Black with #D6213A

Text Example


Text Example

White with #D6213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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