Html Css Color HEX #D8223D Alizarin

📋 copy color: '#D8223D'

red 216 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #D8223D

Tints of Alizarin #D8223D

RGB

 RED value IS 216 (84.77% from 255) = 69.45%

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 69.45%
G = 10.93%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8223D (or 0xD8223D) is known color: Alizarin. HEX triplet: D8, 22 and 3D. RGB value is (216,34,61). Sum of RGB (Red+Green+Blue) = 216+34+61=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8223D is #27DDC2. Grayscale: #5B5B5B. Windows color (decimal): -2612675 or 4006616. OLE color: 4006616.

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

Color convert

RGB 216 34 61 -
CMYK 0 0.84 0.72 0.15
HSL 351.1º 0.73% 0.49% -
HSV(B) 351.1º 0.84% 0.85% -
XYZ 29.73 16.08 5.95 -
YUV 91.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 216 34 61 0 0.84 0.72 0.15 351.1 0.73 0.49
Hex D8 22 3D 0 54 48 F 15F 49 31
Octal 330 42 75 0 124 110 17 537 111 61
Binary 11011000 100010 111101 0 1010100 1001000 1111 101011111 1001001 110001

Color Harmonies of #D8223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8223D

Black with #D8223D

Text Example


Text Example

White with #D8223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8223D; }

 p { color: rgb(216,34,61); }

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

background-color css

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

 a { background-color: rgb(216,34,61); }

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

border-color css

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

 span { border-color: rgb(216,34,61); }

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