Html Css Color HEX #D11C4A Crimson

📋 copy color: '#D11C4A'

red 209 ◦ green 28 ◦ blue 74

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

Shades of Crimson #D11C4A

Tints of Crimson #D11C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 67.2%
G = 9%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D11C4A (or 0xD11C4A) is known color: Crimson. HEX triplet: D1, 1C and 4A. RGB value is (209,28,74). Sum of RGB (Red+Green+Blue) = 209+28+74=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C4A is #2EE3B5. Grayscale: #575757. Windows color (decimal): -3072950 or 4857041. OLE color: 4857041.

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

Color convert

RGB 209 28 74 -
CMYK 0 0.87 0.65 0.18
HSL 344.75º 0.76% 0.46% -
HSV(B) 344.75º 0.87% 0.82% -
XYZ 27.95 14.88 7.88 -
YUV 87.36 120.47 214.76 -
System Red Green Blue C M Y K H S L
Decimal 209 28 74 0 0.87 0.65 0.18 344.75 0.76 0.46
Hex D1 1C 4A 0 57 41 12 159 4C 2E
Octal 321 34 112 0 127 101 22 531 114 56
Binary 11010001 11100 1001010 0 1010111 1000001 10010 101011001 1001100 101110

Color Harmonies of #D11C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C4A

Black with #D11C4A

Text Example


Text Example

White with #D11C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C4A; }

 p { color: rgb(209,28,74); }

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

background-color css

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

 a { background-color: rgb(209,28,74); }

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

border-color css

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

 span { border-color: rgb(209,28,74); }

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