Html Css Color HEX #D8232B Alizarin

📋 copy color: '#D8232B'

red 216 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #D8232B

Tints of Alizarin #D8232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 73.47%
G = 11.9%
B = 14.63%

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

#D8232B (or 0xD8232B) is known color: Alizarin. HEX triplet: D8, 23 and 2B. RGB value is (216,35,43). Sum of RGB (Red+Green+Blue) = 216+35+43=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8232B is #27DCD4. Grayscale: #5A5A5A. Windows color (decimal): -2612437 or 2827224. OLE color: 2827224.

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

Color convert

RGB 216 35 43 -
CMYK 0 0.84 0.80 0.15
HSL 357.35º 0.72% 0.49% -
HSV(B) 357.35º 0.84% 0.85% -
XYZ 29.36 15.98 3.82 -
YUV 90.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 216 35 43 0 0.84 0.80 0.15 357.35 0.72 0.49
Hex D8 23 2B 0 54 50 F 165 48 31
Octal 330 43 53 0 124 120 17 545 110 61
Binary 11011000 100011 101011 0 1010100 1010000 1111 101100101 1001000 110001

Color Harmonies of #D8232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8232B

Black with #D8232B

Text Example


Text Example

White with #D8232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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