Html Css Color HEX #D11148 Crimson

📋 copy color: '#D11148'

red 209 ◦ green 17 ◦ blue 72

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

Shades of Crimson #D11148

Tints of Crimson #D11148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 70.13%
G = 5.7%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D11148 (or 0xD11148) is known color: Crimson. HEX triplet: D1, 11 and 48. RGB value is (209,17,72). Sum of RGB (Red+Green+Blue) = 209+17+72=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D11148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11148 is #2EEEB7. Grayscale: #505050. Windows color (decimal): -3075768 or 4723153. OLE color: 4723153.

HSL color Cylindrical-coordinate representation of color #D11148: hue angle of 342.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11148 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 72 -
CMYK 0 0.92 0.66 0.18
HSL 342.81º 0.85% 0.44% -
HSV(B) 342.81º 0.92% 0.82% -
XYZ 27.66 14.42 7.46 -
YUV 80.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 209 17 72 0 0.92 0.66 0.18 342.81 0.85 0.44
Hex D1 11 48 0 5C 42 12 157 55 2C
Octal 321 21 110 0 134 102 22 527 125 54
Binary 11010001 10001 1001000 0 1011100 1000010 10010 101010111 1010101 101100

Color Harmonies of #D11148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11148

Black with #D11148

Text Example


Text Example

White with #D11148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11148; }

 p { color: rgb(209,17,72); }

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

background-color css

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

 a { background-color: rgb(209,17,72); }

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

border-color css

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

 span { border-color: rgb(209,17,72); }

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