Html Css Color HEX #D8112F Crimson

📋 copy color: '#D8112F'

red 216 ◦ green 17 ◦ blue 47

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

Shades of Crimson #D8112F

Tints of Crimson #D8112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

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

R = 77.14%
G = 6.07%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8112F (or 0xD8112F) is known color: Crimson. HEX triplet: D8, 11 and 2F. RGB value is (216,17,47). Sum of RGB (Red+Green+Blue) = 216+17+47=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8112F is #27EED0. Grayscale: #505050. Windows color (decimal): -2617041 or 3084760. OLE color: 3084760.

HSL color Cylindrical-coordinate representation of color #D8112F: hue angle of 350.95º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8112F is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 47 -
CMYK 0 0.92 0.78 0.15
HSL 350.95º 0.85% 0.46% -
HSV(B) 350.95º 0.92% 0.85% -
XYZ 29.03 15.21 4.09 -
YUV 79.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 216 17 47 0 0.92 0.78 0.15 350.95 0.85 0.46
Hex D8 11 2F 0 5C 4E F 15F 55 2E
Octal 330 21 57 0 134 116 17 537 125 56
Binary 11011000 10001 101111 0 1011100 1001110 1111 101011111 1010101 101110

Color Harmonies of #D8112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8112F

Black with #D8112F

Text Example


Text Example

White with #D8112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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