Html Css Color HEX #D11943 Crimson

📋 copy color: '#D11943'

red 209 ◦ green 25 ◦ blue 67

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

Shades of Crimson #D11943

Tints of Crimson #D11943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 69.44%
G = 8.31%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D11943 (or 0xD11943) is known color: Crimson. HEX triplet: D1, 19 and 43. RGB value is (209,25,67). Sum of RGB (Red+Green+Blue) = 209+25+67=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D11943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11943 is #2EE6BC. Grayscale: #545454. Windows color (decimal): -3073725 or 4397521. OLE color: 4397521.

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

Color convert

RGB 209 25 67 -
CMYK 0 0.88 0.68 0.18
HSL 346.3º 0.79% 0.46% -
HSV(B) 346.3º 0.88% 0.82% -
XYZ 27.66 14.66 6.68 -
YUV 84.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 209 25 67 0 0.88 0.68 0.18 346.3 0.79 0.46
Hex D1 19 43 0 58 44 12 15A 4F 2E
Octal 321 31 103 0 130 104 22 532 117 56
Binary 11010001 11001 1000011 0 1011000 1000100 10010 101011010 1001111 101110

Color Harmonies of #D11943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11943

Black with #D11943

Text Example


Text Example

White with #D11943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11943; }

 p { color: rgb(209,25,67); }

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

background-color css

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

 a { background-color: rgb(209,25,67); }

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

border-color css

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

 span { border-color: rgb(209,25,67); }

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