Html Css Color HEX #D11241 Crimson

📋 copy color: '#D11241'

red 209 ◦ green 18 ◦ blue 65

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

Shades of Crimson #D11241

Tints of Crimson #D11241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 71.58%
G = 6.16%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D11241 (or 0xD11241) is known color: Crimson. HEX triplet: D1, 12 and 41. RGB value is (209,18,65). Sum of RGB (Red+Green+Blue) = 209+18+65=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D11241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11241 is #2EEDBE. Grayscale: #505050. Windows color (decimal): -3075519 or 4264657. OLE color: 4264657.

HSL color Cylindrical-coordinate representation of color #D11241: hue angle of 345.24º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11241 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 65 -
CMYK 0 0.91 0.69 0.18
HSL 345.24º 0.84% 0.45% -
HSV(B) 345.24º 0.91% 0.82% -
XYZ 27.46 14.37 6.33 -
YUV 80.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 209 18 65 0 0.91 0.69 0.18 345.24 0.84 0.45
Hex D1 12 41 0 5B 45 12 159 54 2D
Octal 321 22 101 0 133 105 22 531 124 55
Binary 11010001 10010 1000001 0 1011011 1000101 10010 101011001 1010100 101101

Color Harmonies of #D11241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11241

Black with #D11241

Text Example


Text Example

White with #D11241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11241; }

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

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

background-color css

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

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

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

border-color css

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

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

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