Html Css Color HEX #D9112E Crimson

📋 copy color: '#D9112E'

red 217 ◦ green 17 ◦ blue 46

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

Shades of Crimson #D9112E

Tints of Crimson #D9112E

RGB

 RED value IS 217 (85.16% from 255) = 77.5%

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

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

R = 77.5%
G = 6.07%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9112E (or 0xD9112E) is known color: Crimson. HEX triplet: D9, 11 and 2E. RGB value is (217,17,46). Sum of RGB (Red+Green+Blue) = 217+17+46=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9112E is #26EED1. Grayscale: #505050. Windows color (decimal): -2551506 or 3019225. OLE color: 3019225.

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

Color convert

RGB 217 17 46 -
CMYK 0 0.92 0.79 0.15
HSL 351.3º 0.85% 0.46% -
HSV(B) 351.3º 0.92% 0.85% -
XYZ 29.31 15.35 4 -
YUV 80.11 108.76 225.64 -
System Red Green Blue C M Y K H S L
Decimal 217 17 46 0 0.92 0.79 0.15 351.3 0.85 0.46
Hex D9 11 2E 0 5C 4F F 15F 55 2E
Octal 331 21 56 0 134 117 17 537 125 56
Binary 11011001 10001 101110 0 1011100 1001111 1111 101011111 1010101 101110

Color Harmonies of #D9112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9112E

Black with #D9112E

Text Example


Text Example

White with #D9112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9112E; }

 p { color: rgb(217,17,46); }

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

background-color css

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

 a { background-color: rgb(217,17,46); }

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

border-color css

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

 span { border-color: rgb(217,17,46); }

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