Html Css Color HEX #D8293F Alizarin

📋 copy color: '#D8293F'

red 216 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #D8293F

Tints of Alizarin #D8293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

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

R = 67.5%
G = 12.81%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8293F (or 0xD8293F) is known color: Alizarin. HEX triplet: D8, 29 and 3F. RGB value is (216,41,63). Sum of RGB (Red+Green+Blue) = 216+41+63=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D8293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8293F is #27D6C0. Grayscale: #5F5F5F. Windows color (decimal): -2610881 or 4139480. OLE color: 4139480.

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

Color convert

RGB 216 41 63 -
CMYK 0 0.81 0.71 0.15
HSL 352.46º 0.69% 0.5% -
HSV(B) 352.46º 0.81% 0.85% -
XYZ 30.01 16.54 6.31 -
YUV 95.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 216 41 63 0 0.81 0.71 0.15 352.46 0.69 0.5
Hex D8 29 3F 0 51 47 F 160 45 32
Octal 330 51 77 0 121 107 17 540 105 62
Binary 11011000 101001 111111 0 1010001 1000111 1111 101100000 1000101 110010

Color Harmonies of #D8293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8293F

Black with #D8293F

Text Example


Text Example

White with #D8293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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