Html Css Color HEX #D8263F Alizarin

📋 copy color: '#D8263F'

red 216 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #D8263F

Tints of Alizarin #D8263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

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

R = 68.14%
G = 11.99%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8263F (or 0xD8263F) is known color: Alizarin. HEX triplet: D8, 26 and 3F. RGB value is (216,38,63). Sum of RGB (Red+Green+Blue) = 216+38+63=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D8263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8263F is #27D9C0. Grayscale: #5E5E5E. Windows color (decimal): -2611649 or 4138712. OLE color: 4138712.

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

Color convert

RGB 216 38 63 -
CMYK 0 0.82 0.71 0.15
HSL 351.57º 0.7% 0.5% -
HSV(B) 351.57º 0.82% 0.85% -
XYZ 29.91 16.34 6.28 -
YUV 94.07 110.47 214.97 -
System Red Green Blue C M Y K H S L
Decimal 216 38 63 0 0.82 0.71 0.15 351.57 0.7 0.5
Hex D8 26 3F 0 52 47 F 160 46 32
Octal 330 46 77 0 122 107 17 540 106 62
Binary 11011000 100110 111111 0 1010010 1000111 1111 101100000 1000110 110010

Color Harmonies of #D8263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8263F

Black with #D8263F

Text Example


Text Example

White with #D8263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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