Html Css Color HEX #DC103B Crimson

📋 copy color: '#DC103B'

red 220 ◦ green 16 ◦ blue 59

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

Shades of Crimson #DC103B

Tints of Crimson #DC103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20%

R = 74.58%
G = 5.42%
B = 20%

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

#DC103B (or 0xDC103B) is known color: Crimson. HEX triplet: DC, 10 and 3B. RGB value is (220,16,59). Sum of RGB (Red+Green+Blue) = 220+16+59=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC103B is #23EFC4. Grayscale: #515151. Windows color (decimal): -2355141 or 3870940. OLE color: 3870940.

HSL color Cylindrical-coordinate representation of color #DC103B: hue angle of 347.35º 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 #DC103B is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 16 59 -
CMYK 0 0.93 0.73 0.14
HSL 347.35º 0.86% 0.46% -
HSV(B) 347.35º 0.93% 0.86% -
XYZ 30.49 15.9 5.6 -
YUV 81.9 115.09 226.5 -
System Red Green Blue C M Y K H S L
Decimal 220 16 59 0 0.93 0.73 0.14 347.35 0.86 0.46
Hex DC 10 3B 0 5D 49 E 15B 56 2E
Octal 334 20 73 0 135 111 16 533 126 56
Binary 11011100 10000 111011 0 1011101 1001001 1110 101011011 1010110 101110

Color Harmonies of #DC103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC103B

Black with #DC103B

Text Example


Text Example

White with #DC103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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