Html Css Color HEX #D9113C Crimson

📋 copy color: '#D9113C'

red 217 ◦ green 17 ◦ blue 60

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

Shades of Crimson #D9113C

Tints of Crimson #D9113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 73.81%
G = 5.78%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9113C (or 0xD9113C) is known color: Crimson. HEX triplet: D9, 11 and 3C. RGB value is (217,17,60). Sum of RGB (Red+Green+Blue) = 217+17+60=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9113C is #26EEC3. Grayscale: #515151. Windows color (decimal): -2551492 or 3936729. OLE color: 3936729.

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

Color convert

RGB 217 17 60 -
CMYK 0 0.92 0.72 0.15
HSL 347.1º 0.85% 0.46% -
HSV(B) 347.1º 0.92% 0.85% -
XYZ 29.63 15.48 5.7 -
YUV 81.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 217 17 60 0 0.92 0.72 0.15 347.1 0.85 0.46
Hex D9 11 3C 0 5C 48 F 15B 55 2E
Octal 331 21 74 0 134 110 17 533 125 56
Binary 11011001 10001 111100 0 1011100 1001000 1111 101011011 1010101 101110

Color Harmonies of #D9113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9113C

Black with #D9113C

Text Example


Text Example

White with #D9113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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