Html Css Color HEX #D8242E Alizarin

📋 copy color: '#D8242E'

red 216 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #D8242E

Tints of Alizarin #D8242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

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

R = 72.48%
G = 12.08%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8242E (or 0xD8242E) is known color: Alizarin. HEX triplet: D8, 24 and 2E. RGB value is (216,36,46). Sum of RGB (Red+Green+Blue) = 216+36+46=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8242E is #27DBD1. Grayscale: #5B5B5B. Windows color (decimal): -2612178 or 3024088. OLE color: 3024088.

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

Color convert

RGB 216 36 46 -
CMYK 0 0.83 0.79 0.15
HSL 356.67º 0.71% 0.49% -
HSV(B) 356.67º 0.83% 0.85% -
XYZ 29.44 16.06 4.13 -
YUV 90.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 216 36 46 0 0.83 0.79 0.15 356.67 0.71 0.49
Hex D8 24 2E 0 53 4F F 165 47 31
Octal 330 44 56 0 123 117 17 545 107 61
Binary 11011000 100100 101110 0 1010011 1001111 1111 101100101 1000111 110001

Color Harmonies of #D8242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8242E

Black with #D8242E

Text Example


Text Example

White with #D8242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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