Html Css Color HEX #D11C47 Crimson

📋 copy color: '#D11C47'

red 209 ◦ green 28 ◦ blue 71

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

Shades of Crimson #D11C47

Tints of Crimson #D11C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 67.86%
G = 9.09%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D11C47 (or 0xD11C47) is known color: Crimson. HEX triplet: D1, 1C and 47. RGB value is (209,28,71). Sum of RGB (Red+Green+Blue) = 209+28+71=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C47 is #2EE3B8. Grayscale: #575757. Windows color (decimal): -3072953 or 4660433. OLE color: 4660433.

HSL color Cylindrical-coordinate representation of color #D11C47: hue angle of 345.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C47 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 28 71 -
CMYK 0 0.87 0.66 0.18
HSL 345.75º 0.76% 0.46% -
HSV(B) 345.75º 0.87% 0.82% -
XYZ 27.85 14.84 7.36 -
YUV 87.02 118.97 215 -
System Red Green Blue C M Y K H S L
Decimal 209 28 71 0 0.87 0.66 0.18 345.75 0.76 0.46
Hex D1 1C 47 0 57 42 12 15A 4C 2E
Octal 321 34 107 0 127 102 22 532 114 56
Binary 11010001 11100 1000111 0 1010111 1000010 10010 101011010 1001100 101110

Color Harmonies of #D11C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C47

Black with #D11C47

Text Example


Text Example

White with #D11C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C47; }

 p { color: rgb(209,28,71); }

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

background-color css

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

 a { background-color: rgb(209,28,71); }

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

border-color css

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

 span { border-color: rgb(209,28,71); }

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