Html Css Color HEX #D11641 Crimson

📋 copy color: '#D11641'

red 209 ◦ green 22 ◦ blue 65

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

Shades of Crimson #D11641

Tints of Crimson #D11641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 70.61%
G = 7.43%
B = 21.96%

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

#D11641 (or 0xD11641) is known color: Crimson. HEX triplet: D1, 16 and 41. RGB value is (209,22,65). Sum of RGB (Red+Green+Blue) = 209+22+65=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D11641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11641 is #2EE9BE. Grayscale: #525252. Windows color (decimal): -3074495 or 4265681. OLE color: 4265681.

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

Color convert

RGB 209 22 65 -
CMYK 0 0.89 0.69 0.18
HSL 346.2º 0.81% 0.45% -
HSV(B) 346.2º 0.89% 0.82% -
XYZ 27.54 14.51 6.35 -
YUV 82.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 209 22 65 0 0.89 0.69 0.18 346.2 0.81 0.45
Hex D1 16 41 0 59 45 12 15A 51 2D
Octal 321 26 101 0 131 105 22 532 121 55
Binary 11010001 10110 1000001 0 1011001 1000101 10010 101011010 1010001 101101

Color Harmonies of #D11641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11641

Black with #D11641

Text Example


Text Example

White with #D11641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11641; }

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

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

background-color css

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

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

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

border-color css

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

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

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