Html Css Color HEX #D8242D Alizarin

📋 copy color: '#D8242D'

red 216 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #D8242D

Tints of Alizarin #D8242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 72.73%
G = 12.12%
B = 15.15%

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

#D8242D (or 0xD8242D) is known color: Alizarin. HEX triplet: D8, 24 and 2D. RGB value is (216,36,45). Sum of RGB (Red+Green+Blue) = 216+36+45=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8242D is #27DBD2. Grayscale: #5A5A5A. Windows color (decimal): -2612179 or 2958552. OLE color: 2958552.

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

Color convert

RGB 216 36 45 -
CMYK 0 0.83 0.79 0.15
HSL 357º 0.71% 0.49% -
HSV(B) 357º 0.83% 0.85% -
XYZ 29.42 16.05 4.03 -
YUV 90.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 216 36 45 0 0.83 0.79 0.15 357 0.71 0.49
Hex D8 24 2D 0 53 4F F 165 47 31
Octal 330 44 55 0 123 117 17 545 107 61
Binary 11011000 100100 101101 0 1010011 1001111 1111 101100101 1000111 110001

Color Harmonies of #D8242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8242D

Black with #D8242D

Text Example


Text Example

White with #D8242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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