Html Css Color HEX #D8262E Alizarin

📋 copy color: '#D8262E'

red 216 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #D8262E

Tints of Alizarin #D8262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 72%
G = 12.67%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8262E (or 0xD8262E) is known color: Alizarin. HEX triplet: D8, 26 and 2E. RGB value is (216,38,46). Sum of RGB (Red+Green+Blue) = 216+38+46=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8262E is #27D9D1. Grayscale: #5C5C5C. Windows color (decimal): -2611666 or 3024600. OLE color: 3024600.

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

Color convert

RGB 216 38 46 -
CMYK 0 0.82 0.79 0.15
HSL 357.3º 0.7% 0.5% -
HSV(B) 357.3º 0.82% 0.85% -
XYZ 29.51 16.18 4.15 -
YUV 92.13 101.97 216.35 -
System Red Green Blue C M Y K H S L
Decimal 216 38 46 0 0.82 0.79 0.15 357.3 0.7 0.5
Hex D8 26 2E 0 52 4F F 165 46 32
Octal 330 46 56 0 122 117 17 545 106 62
Binary 11011000 100110 101110 0 1010010 1001111 1111 101100101 1000110 110010

Color Harmonies of #D8262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8262E

Black with #D8262E

Text Example


Text Example

White with #D8262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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