Html Css Color HEX #D11948 Crimson

📋 copy color: '#D11948'

red 209 ◦ green 25 ◦ blue 72

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

Shades of Crimson #D11948

Tints of Crimson #D11948

RGB

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

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

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

R = 68.3%
G = 8.17%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D11948 (or 0xD11948) is known color: Crimson. HEX triplet: D1, 19 and 48. RGB value is (209,25,72). Sum of RGB (Red+Green+Blue) = 209+25+72=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D11948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11948 is #2EE6B7. Grayscale: #555555. Windows color (decimal): -3073720 or 4725201. OLE color: 4725201.

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

Color convert

RGB 209 25 72 -
CMYK 0 0.88 0.66 0.18
HSL 344.67º 0.79% 0.46% -
HSV(B) 344.67º 0.88% 0.82% -
XYZ 27.81 14.72 7.51 -
YUV 85.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 209 25 72 0 0.88 0.66 0.18 344.67 0.79 0.46
Hex D1 19 48 0 58 42 12 159 4F 2E
Octal 321 31 110 0 130 102 22 531 117 56
Binary 11010001 11001 1001000 0 1011000 1000010 10010 101011001 1001111 101110

Color Harmonies of #D11948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11948

Black with #D11948

Text Example


Text Example

White with #D11948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11948; }

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

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

background-color css

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

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

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

border-color css

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

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

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