Html Css Color HEX #D1104A Crimson

📋 copy color: '#D1104A'

red 209 ◦ green 16 ◦ blue 74

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

Shades of Crimson #D1104A

Tints of Crimson #D1104A

RGB

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

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

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

R = 69.9%
G = 5.35%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1104A (or 0xD1104A) is known color: Crimson. HEX triplet: D1, 10 and 4A. RGB value is (209,16,74). Sum of RGB (Red+Green+Blue) = 209+16+74=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D1104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1104A is #2EEFB5. Grayscale: #505050. Windows color (decimal): -3076022 or 4853969. OLE color: 4853969.

HSL color Cylindrical-coordinate representation of color #D1104A: hue angle of 341.97º degrees, saturation: 0.86, 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 #D1104A is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 74 -
CMYK 0 0.92 0.65 0.18
HSL 341.97º 0.86% 0.44% -
HSV(B) 341.97º 0.92% 0.82% -
XYZ 27.72 14.42 7.8 -
YUV 80.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 209 16 74 0 0.92 0.65 0.18 341.97 0.86 0.44
Hex D1 10 4A 0 5C 41 12 156 56 2C
Octal 321 20 112 0 134 101 22 526 126 54
Binary 11010001 10000 1001010 0 1011100 1000001 10010 101010110 1010110 101100

Color Harmonies of #D1104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1104A

Black with #D1104A

Text Example


Text Example

White with #D1104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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