Html Css Color HEX #DC103C Crimson

📋 copy color: '#DC103C'

red 220 ◦ green 16 ◦ blue 60

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

Shades of Crimson #DC103C

Tints of Crimson #DC103C

RGB

 RED value IS 220 (86.33% from 255) = 74.32%

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

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

R = 74.32%
G = 5.41%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC103C (or 0xDC103C) is known color: Crimson. HEX triplet: DC, 10 and 3C. RGB value is (220,16,60). Sum of RGB (Red+Green+Blue) = 220+16+60=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC103C is #23EFC3. Grayscale: #525252. Windows color (decimal): -2355140 or 3936476. OLE color: 3936476.

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

Color convert

RGB 220 16 60 -
CMYK 0 0.93 0.73 0.14
HSL 347.06º 0.86% 0.46% -
HSV(B) 347.06º 0.93% 0.86% -
XYZ 30.52 15.91 5.74 -
YUV 82.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 220 16 60 0 0.93 0.73 0.14 347.06 0.86 0.46
Hex DC 10 3C 0 5D 49 E 15B 56 2E
Octal 334 20 74 0 135 111 16 533 126 56
Binary 11011100 10000 111100 0 1011101 1001001 1110 101011011 1010110 101110

Color Harmonies of #DC103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC103C

Black with #DC103C

Text Example


Text Example

White with #DC103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC103C; }

 p { color: rgb(220,16,60); }

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

background-color css

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

 a { background-color: rgb(220,16,60); }

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

border-color css

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

 span { border-color: rgb(220,16,60); }

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