Html Css Color HEX #D11846 Crimson

📋 copy color: '#D11846'

red 209 ◦ green 24 ◦ blue 70

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

Shades of Crimson #D11846

Tints of Crimson #D11846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 68.98%
G = 7.92%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D11846 (or 0xD11846) is known color: Crimson. HEX triplet: D1, 18 and 46. RGB value is (209,24,70). Sum of RGB (Red+Green+Blue) = 209+24+70=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D11846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11846 is #2EE7B9. Grayscale: #545454. Windows color (decimal): -3073978 or 4593873. OLE color: 4593873.

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

Color convert

RGB 209 24 70 -
CMYK 0 0.89 0.67 0.18
HSL 345.08º 0.79% 0.46% -
HSV(B) 345.08º 0.89% 0.82% -
XYZ 27.73 14.65 7.16 -
YUV 84.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 209 24 70 0 0.89 0.67 0.18 345.08 0.79 0.46
Hex D1 18 46 0 59 43 12 159 4F 2E
Octal 321 30 106 0 131 103 22 531 117 56
Binary 11010001 11000 1000110 0 1011001 1000011 10010 101011001 1001111 101110

Color Harmonies of #D11846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11846

Black with #D11846

Text Example


Text Example

White with #D11846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11846; }

 p { color: rgb(209,24,70); }

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

background-color css

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

 a { background-color: rgb(209,24,70); }

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

border-color css

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

 span { border-color: rgb(209,24,70); }

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