Html Css Color HEX #D1113E Crimson

📋 copy color: '#D1113E'

red 209 ◦ green 17 ◦ blue 62

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

Shades of Crimson #D1113E

Tints of Crimson #D1113E

RGB

 RED value IS 209 (82.03% from 255) = 72.57%

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

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

R = 72.57%
G = 5.9%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1113E (or 0xD1113E) is known color: Crimson. HEX triplet: D1, 11 and 3E. RGB value is (209,17,62). Sum of RGB (Red+Green+Blue) = 209+17+62=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1113E is #2EEEC1. Grayscale: #4F4F4F. Windows color (decimal): -3075778 or 4067793. OLE color: 4067793.

HSL color Cylindrical-coordinate representation of color #D1113E: hue angle of 345.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1113E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 62 -
CMYK 0 0.92 0.70 0.18
HSL 345.94º 0.85% 0.44% -
HSV(B) 345.94º 0.92% 0.82% -
XYZ 27.36 14.3 5.88 -
YUV 79.54 118.11 220.34 -
System Red Green Blue C M Y K H S L
Decimal 209 17 62 0 0.92 0.70 0.18 345.94 0.85 0.44
Hex D1 11 3E 0 5C 46 12 15A 55 2C
Octal 321 21 76 0 134 106 22 532 125 54
Binary 11010001 10001 111110 0 1011100 1000110 10010 101011010 1010101 101100

Color Harmonies of #D1113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1113E

Black with #D1113E

Text Example


Text Example

White with #D1113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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