Html Css Color HEX #D9104C Crimson

📋 copy color: '#D9104C'

red 217 ◦ green 16 ◦ blue 76

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

Shades of Crimson #D9104C

Tints of Crimson #D9104C

RGB

 RED value IS 217 (85.16% from 255) = 70.23%

 GREEN value IS 16 (6.64% from 255) = 5.18%

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 70.23%
G = 5.18%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9104C (or 0xD9104C) is known color: Crimson. HEX triplet: D9, 10 and 4C. RGB value is (217,16,76). Sum of RGB (Red+Green+Blue) = 217+16+76=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9104C is #26EFB3. Grayscale: #525252. Windows color (decimal): -2551732 or 4985049. OLE color: 4985049.

HSL color Cylindrical-coordinate representation of color #D9104C: hue angle of 342.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9104C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 76 -
CMYK 0 0.93 0.65 0.15
HSL 342.09º 0.86% 0.46% -
HSV(B) 342.09º 0.93% 0.85% -
XYZ 30.11 15.64 8.27 -
YUV 82.94 124.09 223.62 -
System Red Green Blue C M Y K H S L
Decimal 217 16 76 0 0.93 0.65 0.15 342.09 0.86 0.46
Hex D9 10 4C 0 5D 41 F 156 56 2E
Octal 331 20 114 0 135 101 17 526 126 56
Binary 11011001 10000 1001100 0 1011101 1000001 1111 101010110 1010110 101110

Color Harmonies of #D9104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9104C

Black with #D9104C

Text Example


Text Example

White with #D9104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9104C; }

 p { color: rgb(217,16,76); }

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

background-color css

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

 a { background-color: rgb(217,16,76); }

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

border-color css

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

 span { border-color: rgb(217,16,76); }

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