Html Css Color HEX #D11741 Crimson

📋 copy color: '#D11741'

red 209 ◦ green 23 ◦ blue 65

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

Shades of Crimson #D11741

Tints of Crimson #D11741

RGB

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

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

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

R = 70.37%
G = 7.74%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D11741 (or 0xD11741) is known color: Crimson. HEX triplet: D1, 17 and 41. RGB value is (209,23,65). Sum of RGB (Red+Green+Blue) = 209+23+65=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D11741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11741 is #2EE8BE. Grayscale: #535353. Windows color (decimal): -3074239 or 4265937. OLE color: 4265937.

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

Color convert

RGB 209 23 65 -
CMYK 0 0.89 0.69 0.18
HSL 346.45º 0.8% 0.45% -
HSV(B) 346.45º 0.89% 0.82% -
XYZ 27.56 14.55 6.36 -
YUV 83.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 209 23 65 0 0.89 0.69 0.18 346.45 0.8 0.45
Hex D1 17 41 0 59 45 12 15A 50 2D
Octal 321 27 101 0 131 105 22 532 120 55
Binary 11010001 10111 1000001 0 1011001 1000101 10010 101011010 1010000 101101

Color Harmonies of #D11741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11741

Black with #D11741

Text Example


Text Example

White with #D11741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11741; }

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

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

background-color css

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

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

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

border-color css

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

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

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