Html Css Color HEX #D9113E Crimson

📋 copy color: '#D9113E'

red 217 ◦ green 17 ◦ blue 62

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

Shades of Crimson #D9113E

Tints of Crimson #D9113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 73.31%
G = 5.74%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9113E (or 0xD9113E) is known color: Crimson. HEX triplet: D9, 11 and 3E. RGB value is (217,17,62). Sum of RGB (Red+Green+Blue) = 217+17+62=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9113E is #26EEC1. Grayscale: #515151. Windows color (decimal): -2551490 or 4067801. OLE color: 4067801.

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

Color convert

RGB 217 17 62 -
CMYK 0 0.92 0.71 0.15
HSL 346.5º 0.85% 0.46% -
HSV(B) 346.5º 0.92% 0.85% -
XYZ 29.69 15.5 5.98 -
YUV 81.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 217 17 62 0 0.92 0.71 0.15 346.5 0.85 0.46
Hex D9 11 3E 0 5C 47 F 15A 55 2E
Octal 331 21 76 0 134 107 17 532 125 56
Binary 11011001 10001 111110 0 1011100 1000111 1111 101011010 1010101 101110

Color Harmonies of #D9113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9113E

Black with #D9113E

Text Example


Text Example

White with #D9113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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