Html Css Color HEX #D9113B Crimson

📋 copy color: '#D9113B'

red 217 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D9113B

Tints of Crimson #D9113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 74.06%
G = 5.8%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9113B (or 0xD9113B) is known color: Crimson. HEX triplet: D9, 11 and 3B. RGB value is (217,17,59). Sum of RGB (Red+Green+Blue) = 217+17+59=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D9113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9113B is #26EEC4. Grayscale: #515151. Windows color (decimal): -2551493 or 3871193. OLE color: 3871193.

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

Color convert

RGB 217 17 59 -
CMYK 0 0.92 0.73 0.15
HSL 347.4º 0.85% 0.46% -
HSV(B) 347.4º 0.92% 0.85% -
XYZ 29.61 15.47 5.56 -
YUV 81.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 217 17 59 0 0.92 0.73 0.15 347.4 0.85 0.46
Hex D9 11 3B 0 5C 49 F 15B 55 2E
Octal 331 21 73 0 134 111 17 533 125 56
Binary 11011001 10001 111011 0 1011100 1001001 1111 101011011 1010101 101110

Color Harmonies of #D9113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9113B

Black with #D9113B

Text Example


Text Example

White with #D9113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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