Html Css Color HEX #D10C3C Crimson

📋 copy color: '#D10C3C'

red 209 ◦ green 12 ◦ blue 60

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

Shades of Crimson #D10C3C

Tints of Crimson #D10C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 74.38%
G = 4.27%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D10C3C (or 0xD10C3C) is known color: Crimson. HEX triplet: D1, 0C and 3C. RGB value is (209,12,60). Sum of RGB (Red+Green+Blue) = 209+12+60=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C3C is #2EF3C3. Grayscale: #4C4C4C. Windows color (decimal): -3077060 or 3935441. OLE color: 3935441.

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

Color convert

RGB 209 12 60 -
CMYK 0 0.94 0.71 0.18
HSL 345.38º 0.89% 0.43% -
HSV(B) 345.38º 0.94% 0.82% -
XYZ 27.24 14.14 5.57 -
YUV 76.38 118.77 222.6 -
System Red Green Blue C M Y K H S L
Decimal 209 12 60 0 0.94 0.71 0.18 345.38 0.89 0.43
Hex D1 C 3C 0 5E 47 12 159 59 2B
Octal 321 14 74 0 136 107 22 531 131 53
Binary 11010001 1100 111100 0 1011110 1000111 10010 101011001 1011001 101011

Color Harmonies of #D10C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C3C

Black with #D10C3C

Text Example


Text Example

White with #D10C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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