Html Css Color HEX #D11343 Crimson

📋 copy color: '#D11343'

red 209 ◦ green 19 ◦ blue 67

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

Shades of Crimson #D11343

Tints of Crimson #D11343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 70.85%
G = 6.44%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D11343 (or 0xD11343) is known color: Crimson. HEX triplet: D1, 13 and 43. RGB value is (209,19,67). Sum of RGB (Red+Green+Blue) = 209+19+67=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D11343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11343 is #2EECBC. Grayscale: #515151. Windows color (decimal): -3075261 or 4395985. OLE color: 4395985.

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

Color convert

RGB 209 19 67 -
CMYK 0 0.91 0.68 0.18
HSL 344.84º 0.83% 0.45% -
HSV(B) 344.84º 0.91% 0.82% -
XYZ 27.54 14.43 6.64 -
YUV 81.28 119.95 219.1 -
System Red Green Blue C M Y K H S L
Decimal 209 19 67 0 0.91 0.68 0.18 344.84 0.83 0.45
Hex D1 13 43 0 5B 44 12 159 53 2D
Octal 321 23 103 0 133 104 22 531 123 55
Binary 11010001 10011 1000011 0 1011011 1000100 10010 101011001 1010011 101101

Color Harmonies of #D11343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11343

Black with #D11343

Text Example


Text Example

White with #D11343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11343; }

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

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

background-color css

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

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

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

border-color css

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

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

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