Html Css Color HEX #D8243F Alizarin

📋 copy color: '#D8243F'

red 216 ◦ green 36 ◦ blue 63

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

Shades of Alizarin #D8243F

Tints of Alizarin #D8243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 68.57%
G = 11.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8243F (or 0xD8243F) is known color: Alizarin. HEX triplet: D8, 24 and 3F. RGB value is (216,36,63). Sum of RGB (Red+Green+Blue) = 216+36+63=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8243F is #27DBC0. Grayscale: #5C5C5C. Windows color (decimal): -2612161 or 4138200. OLE color: 4138200.

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

Color convert

RGB 216 36 63 -
CMYK 0 0.83 0.71 0.15
HSL 351º 0.71% 0.49% -
HSV(B) 351º 0.83% 0.85% -
XYZ 29.85 16.22 6.26 -
YUV 92.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 216 36 63 0 0.83 0.71 0.15 351 0.71 0.49
Hex D8 24 3F 0 53 47 F 15F 47 31
Octal 330 44 77 0 123 107 17 537 107 61
Binary 11011000 100100 111111 0 1010011 1000111 1111 101011111 1000111 110001

Color Harmonies of #D8243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8243F

Black with #D8243F

Text Example


Text Example

White with #D8243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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