Html Css Color HEX #D11C41 Crimson

📋 copy color: '#D11C41'

red 209 ◦ green 28 ◦ blue 65

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

Shades of Crimson #D11C41

Tints of Crimson #D11C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 69.21%
G = 9.27%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D11C41 (or 0xD11C41) is known color: Crimson. HEX triplet: D1, 1C and 41. RGB value is (209,28,65). Sum of RGB (Red+Green+Blue) = 209+28+65=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C41 is #2EE3BE. Grayscale: #565656. Windows color (decimal): -3072959 or 4267217. OLE color: 4267217.

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

Color convert

RGB 209 28 65 -
CMYK 0 0.87 0.69 0.18
HSL 347.73º 0.76% 0.46% -
HSV(B) 347.73º 0.87% 0.82% -
XYZ 27.66 14.77 6.39 -
YUV 86.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 209 28 65 0 0.87 0.69 0.18 347.73 0.76 0.46
Hex D1 1C 41 0 57 45 12 15C 4C 2E
Octal 321 34 101 0 127 105 22 534 114 56
Binary 11010001 11100 1000001 0 1010111 1000101 10010 101011100 1001100 101110

Color Harmonies of #D11C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C41

Black with #D11C41

Text Example


Text Example

White with #D11C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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