Html Css Color HEX #D10C4C Crimson

📋 copy color: '#D10C4C'

red 209 ◦ green 12 ◦ blue 76

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

Shades of Crimson #D10C4C

Tints of Crimson #D10C4C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

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

R = 70.37%
G = 4.04%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D10C4C (or 0xD10C4C) is known color: Crimson. HEX triplet: D1, 0C and 4C. RGB value is (209,12,76). Sum of RGB (Red+Green+Blue) = 209+12+76=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C4C is #2EF3B3. Grayscale: #4E4E4E. Windows color (decimal): -3077044 or 4984017. OLE color: 4984017.

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

Color convert

RGB 209 12 76 -
CMYK 0 0.94 0.64 0.18
HSL 340.51º 0.89% 0.43% -
HSV(B) 340.51º 0.94% 0.82% -
XYZ 27.73 14.34 8.14 -
YUV 78.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 209 12 76 0 0.94 0.64 0.18 340.51 0.89 0.43
Hex D1 C 4C 0 5E 40 12 155 59 2B
Octal 321 14 114 0 136 100 22 525 131 53
Binary 11010001 1100 1001100 0 1011110 1000000 10010 101010101 1011001 101011

Color Harmonies of #D10C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C4C

Black with #D10C4C

Text Example


Text Example

White with #D10C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C4C; }

 p { color: rgb(209,12,76); }

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

background-color css

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

 a { background-color: rgb(209,12,76); }

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

border-color css

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

 span { border-color: rgb(209,12,76); }

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