Html Css Color HEX #D11746 Crimson

📋 copy color: '#D11746'

red 209 ◦ green 23 ◦ blue 70

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

Shades of Crimson #D11746

Tints of Crimson #D11746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 69.21%
G = 7.62%
B = 23.18%

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

#D11746 (or 0xD11746) is known color: Crimson. HEX triplet: D1, 17 and 46. RGB value is (209,23,70). Sum of RGB (Red+Green+Blue) = 209+23+70=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D11746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11746 is #2EE8B9. Grayscale: #535353. Windows color (decimal): -3074234 or 4593617. OLE color: 4593617.

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

Color convert

RGB 209 23 70 -
CMYK 0 0.89 0.67 0.18
HSL 344.84º 0.8% 0.45% -
HSV(B) 344.84º 0.89% 0.82% -
XYZ 27.71 14.61 7.15 -
YUV 83.97 120.12 217.18 -
System Red Green Blue C M Y K H S L
Decimal 209 23 70 0 0.89 0.67 0.18 344.84 0.8 0.45
Hex D1 17 46 0 59 43 12 159 50 2D
Octal 321 27 106 0 131 103 22 531 120 55
Binary 11010001 10111 1000110 0 1011001 1000011 10010 101011001 1010000 101101

Color Harmonies of #D11746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11746

Black with #D11746

Text Example


Text Example

White with #D11746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11746; }

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

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

background-color css

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

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

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

border-color css

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

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

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