Html Css Color HEX #D8262A Alizarin

📋 copy color: '#D8262A'

red 216 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #D8262A

Tints of Alizarin #D8262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 72.97%
G = 12.84%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8262A (or 0xD8262A) is known color: Alizarin. HEX triplet: D8, 26 and 2A. RGB value is (216,38,42). Sum of RGB (Red+Green+Blue) = 216+38+42=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8262A is #27D9D5. Grayscale: #5B5B5B. Windows color (decimal): -2611670 or 2762456. OLE color: 2762456.

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

Color convert

RGB 216 38 42 -
CMYK 0 0.82 0.81 0.15
HSL 358.65º 0.7% 0.5% -
HSV(B) 358.65º 0.82% 0.85% -
XYZ 29.43 16.15 3.76 -
YUV 91.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 216 38 42 0 0.82 0.81 0.15 358.65 0.7 0.5
Hex D8 26 2A 0 52 51 F 167 46 32
Octal 330 46 52 0 122 121 17 547 106 62
Binary 11011000 100110 101010 0 1010010 1010001 1111 101100111 1000110 110010

Color Harmonies of #D8262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8262A

Black with #D8262A

Text Example


Text Example

White with #D8262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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