Html Css Color HEX #D8242F Alizarin

📋 copy color: '#D8242F'

red 216 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #D8242F

Tints of Alizarin #D8242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 72.24%
G = 12.04%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8242F (or 0xD8242F) is known color: Alizarin. HEX triplet: D8, 24 and 2F. RGB value is (216,36,47). Sum of RGB (Red+Green+Blue) = 216+36+47=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8242F is #27DBD0. Grayscale: #5B5B5B. Windows color (decimal): -2612177 or 3089624. OLE color: 3089624.

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

Color convert

RGB 216 36 47 -
CMYK 0 0.83 0.78 0.15
HSL 356.33º 0.71% 0.49% -
HSV(B) 356.33º 0.83% 0.85% -
XYZ 29.46 16.07 4.24 -
YUV 91.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 216 36 47 0 0.83 0.78 0.15 356.33 0.71 0.49
Hex D8 24 2F 0 53 4E F 164 47 31
Octal 330 44 57 0 123 116 17 544 107 61
Binary 11011000 100100 101111 0 1010011 1001110 1111 101100100 1000111 110001

Color Harmonies of #D8242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8242F

Black with #D8242F

Text Example


Text Example

White with #D8242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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