Html Css Color HEX #D8262F Alizarin

📋 copy color: '#D8262F'

red 216 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #D8262F

Tints of Alizarin #D8262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 71.76%
G = 12.62%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8262F (or 0xD8262F) is known color: Alizarin. HEX triplet: D8, 26 and 2F. RGB value is (216,38,47). Sum of RGB (Red+Green+Blue) = 216+38+47=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8262F is #27D9D0. Grayscale: #5C5C5C. Windows color (decimal): -2611665 or 3090136. OLE color: 3090136.

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

Color convert

RGB 216 38 47 -
CMYK 0 0.82 0.78 0.15
HSL 356.97º 0.7% 0.5% -
HSV(B) 356.97º 0.82% 0.85% -
XYZ 29.53 16.19 4.26 -
YUV 92.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 216 38 47 0 0.82 0.78 0.15 356.97 0.7 0.5
Hex D8 26 2F 0 52 4E F 165 46 32
Octal 330 46 57 0 122 116 17 545 106 62
Binary 11011000 100110 101111 0 1010010 1001110 1111 101100101 1000110 110010

Color Harmonies of #D8262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8262F

Black with #D8262F

Text Example


Text Example

White with #D8262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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