Html Css Color HEX #D8232E Alizarin

📋 copy color: '#D8232E'

red 216 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #D8232E

Tints of Alizarin #D8232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 72.73%
G = 11.78%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8232E (or 0xD8232E) is known color: Alizarin. HEX triplet: D8, 23 and 2E. RGB value is (216,35,46). Sum of RGB (Red+Green+Blue) = 216+35+46=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8232E is #27DCD1. Grayscale: #5A5A5A. Windows color (decimal): -2612434 or 3023832. OLE color: 3023832.

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

Color convert

RGB 216 35 46 -
CMYK 0 0.84 0.79 0.15
HSL 356.35º 0.72% 0.49% -
HSV(B) 356.35º 0.84% 0.85% -
XYZ 29.41 16 4.12 -
YUV 90.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 216 35 46 0 0.84 0.79 0.15 356.35 0.72 0.49
Hex D8 23 2E 0 54 4F F 164 48 31
Octal 330 43 56 0 124 117 17 544 110 61
Binary 11011000 100011 101110 0 1010100 1001111 1111 101100100 1001000 110001

Color Harmonies of #D8232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8232E

Black with #D8232E

Text Example


Text Example

White with #D8232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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