Html Css Color HEX #D8232C Alizarin

📋 copy color: '#D8232C'

red 216 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #D8232C

Tints of Alizarin #D8232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 73.22%
G = 11.86%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8232C (or 0xD8232C) is known color: Alizarin. HEX triplet: D8, 23 and 2C. RGB value is (216,35,44). Sum of RGB (Red+Green+Blue) = 216+35+44=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8232C is #27DCD3. Grayscale: #5A5A5A. Windows color (decimal): -2612436 or 2892760. OLE color: 2892760.

HSL color Cylindrical-coordinate representation of color #D8232C: hue angle of 357.02º degrees, saturation: 0.72, 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 #D8232C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 35 44 -
CMYK 0 0.84 0.80 0.15
HSL 357.02º 0.72% 0.49% -
HSV(B) 357.02º 0.84% 0.85% -
XYZ 29.37 15.98 3.92 -
YUV 90.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 216 35 44 0 0.84 0.80 0.15 357.02 0.72 0.49
Hex D8 23 2C 0 54 50 F 165 48 31
Octal 330 43 54 0 124 120 17 545 110 61
Binary 11011000 100011 101100 0 1010100 1010000 1111 101100101 1001000 110001

Color Harmonies of #D8232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8232C

Black with #D8232C

Text Example


Text Example

White with #D8232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8232C; }

 p { color: rgb(216,35,44); }

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

background-color css

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

 a { background-color: rgb(216,35,44); }

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

border-color css

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

 span { border-color: rgb(216,35,44); }

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