Html Css Color HEX #DC103A Crimson

📋 copy color: '#DC103A'

red 220 ◦ green 16 ◦ blue 58

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

Shades of Crimson #DC103A

Tints of Crimson #DC103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 74.83%
G = 5.44%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC103A (or 0xDC103A) is known color: Crimson. HEX triplet: DC, 10 and 3A. RGB value is (220,16,58). Sum of RGB (Red+Green+Blue) = 220+16+58=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC103A is #23EFC5. Grayscale: #515151. Windows color (decimal): -2355142 or 3805404. OLE color: 3805404.

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

Color convert

RGB 220 16 58 -
CMYK 0 0.93 0.74 0.14
HSL 347.65º 0.86% 0.46% -
HSV(B) 347.65º 0.93% 0.86% -
XYZ 30.46 15.89 5.46 -
YUV 81.78 114.59 226.58 -
System Red Green Blue C M Y K H S L
Decimal 220 16 58 0 0.93 0.74 0.14 347.65 0.86 0.46
Hex DC 10 3A 0 5D 4A E 15C 56 2E
Octal 334 20 72 0 135 112 16 534 126 56
Binary 11011100 10000 111010 0 1011101 1001010 1110 101011100 1010110 101110

Color Harmonies of #DC103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC103A

Black with #DC103A

Text Example


Text Example

White with #DC103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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