Html Css Color HEX #D11A3C Crimson

📋 copy color: '#D11A3C'

red 209 ◦ green 26 ◦ blue 60

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

Shades of Crimson #D11A3C

Tints of Crimson #D11A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 70.85%
G = 8.81%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D11A3C (or 0xD11A3C) is known color: Crimson. HEX triplet: D1, 1A and 3C. RGB value is (209,26,60). Sum of RGB (Red+Green+Blue) = 209+26+60=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A3C is #2EE5C3. Grayscale: #545454. Windows color (decimal): -3073476 or 3939025. OLE color: 3939025.

HSL color Cylindrical-coordinate representation of color #D11A3C: hue angle of 348.85º degrees, saturation: 0.78, 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 #D11A3C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 60 -
CMYK 0 0.88 0.71 0.18
HSL 348.85º 0.78% 0.46% -
HSV(B) 348.85º 0.88% 0.82% -
XYZ 27.48 14.62 5.65 -
YUV 84.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 209 26 60 0 0.88 0.71 0.18 348.85 0.78 0.46
Hex D1 1A 3C 0 58 47 12 15D 4E 2E
Octal 321 32 74 0 130 107 22 535 116 56
Binary 11010001 11010 111100 0 1011000 1000111 10010 101011101 1001110 101110

Color Harmonies of #D11A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A3C

Black with #D11A3C

Text Example


Text Example

White with #D11A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A3C; }

 p { color: rgb(209,26,60); }

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

background-color css

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

 a { background-color: rgb(209,26,60); }

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

border-color css

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

 span { border-color: rgb(209,26,60); }

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