Html Css Color HEX #D11848 Crimson

📋 copy color: '#D11848'

red 209 ◦ green 24 ◦ blue 72

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

Shades of Crimson #D11848

Tints of Crimson #D11848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 68.52%
G = 7.87%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D11848 (or 0xD11848) is known color: Crimson. HEX triplet: D1, 18 and 48. RGB value is (209,24,72). Sum of RGB (Red+Green+Blue) = 209+24+72=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D11848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11848 is #2EE7B7. Grayscale: #545454. Windows color (decimal): -3073976 or 4724945. OLE color: 4724945.

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

Color convert

RGB 209 24 72 -
CMYK 0 0.89 0.66 0.18
HSL 344.43º 0.79% 0.46% -
HSV(B) 344.43º 0.89% 0.82% -
XYZ 27.79 14.68 7.5 -
YUV 84.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 209 24 72 0 0.89 0.66 0.18 344.43 0.79 0.46
Hex D1 18 48 0 59 42 12 158 4F 2E
Octal 321 30 110 0 131 102 22 530 117 56
Binary 11010001 11000 1001000 0 1011001 1000010 10010 101011000 1001111 101110

Color Harmonies of #D11848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11848

Black with #D11848

Text Example


Text Example

White with #D11848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11848; }

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

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

background-color css

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

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

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

border-color css

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

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

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