Html Css Color HEX #D6223C Alizarin

📋 copy color: '#D6223C'

red 214 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #D6223C

Tints of Alizarin #D6223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 69.48%
G = 11.04%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6223C (or 0xD6223C) is known color: Alizarin. HEX triplet: D6, 22 and 3C. RGB value is (214,34,60). Sum of RGB (Red+Green+Blue) = 214+34+60=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6223C is #29DDC3. Grayscale: #5A5A5A. Windows color (decimal): -2743748 or 3941078. OLE color: 3941078.

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

Color convert

RGB 214 34 60 -
CMYK 0 0.84 0.72 0.16
HSL 351.33º 0.73% 0.49% -
HSV(B) 351.33º 0.84% 0.84% -
XYZ 29.12 15.77 5.78 -
YUV 90.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 214 34 60 0 0.84 0.72 0.16 351.33 0.73 0.49
Hex D6 22 3C 0 54 48 10 15F 49 31
Octal 326 42 74 0 124 110 20 537 111 61
Binary 11010110 100010 111100 0 1010100 1001000 10000 101011111 1001001 110001

Color Harmonies of #D6223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6223C

Black with #D6223C

Text Example


Text Example

White with #D6223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6223C; }

 p { color: rgb(214,34,60); }

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

background-color css

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

 a { background-color: rgb(214,34,60); }

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

border-color css

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

 span { border-color: rgb(214,34,60); }

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