Html Css Color HEX #D1114D Crimson

📋 copy color: '#D1114D'

red 209 ◦ green 17 ◦ blue 77

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

Shades of Crimson #D1114D

Tints of Crimson #D1114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 68.98%
G = 5.61%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1114D (or 0xD1114D) is known color: Crimson. HEX triplet: D1, 11 and 4D. RGB value is (209,17,77). Sum of RGB (Red+Green+Blue) = 209+17+77=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1114D is #2EEEB2. Grayscale: #515151. Windows color (decimal): -3075763 or 5050833. OLE color: 5050833.

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

Color convert

RGB 209 17 77 -
CMYK 0 0.92 0.63 0.18
HSL 341.25º 0.85% 0.44% -
HSV(B) 341.25º 0.92% 0.82% -
XYZ 27.83 14.49 8.35 -
YUV 81.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 209 17 77 0 0.92 0.63 0.18 341.25 0.85 0.44
Hex D1 11 4D 0 5C 3F 12 155 55 2C
Octal 321 21 115 0 134 77 22 525 125 54
Binary 11010001 10001 1001101 0 1011100 111111 10010 101010101 1010101 101100

Color Harmonies of #D1114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1114D

Black with #D1114D

Text Example


Text Example

White with #D1114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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