Html Css Color HEX #DC103D Crimson

📋 copy color: '#DC103D'

red 220 ◦ green 16 ◦ blue 61

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

Shades of Crimson #DC103D

Tints of Crimson #DC103D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 74.07%
G = 5.39%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC103D (or 0xDC103D) is known color: Crimson. HEX triplet: DC, 10 and 3D. RGB value is (220,16,61). Sum of RGB (Red+Green+Blue) = 220+16+61=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC103D is #23EFC2. Grayscale: #525252. Windows color (decimal): -2355139 or 4002012. OLE color: 4002012.

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

Color convert

RGB 220 16 61 -
CMYK 0 0.93 0.72 0.14
HSL 346.76º 0.86% 0.46% -
HSV(B) 346.76º 0.93% 0.86% -
XYZ 30.54 15.92 5.88 -
YUV 82.13 116.09 226.34 -
System Red Green Blue C M Y K H S L
Decimal 220 16 61 0 0.93 0.72 0.14 346.76 0.86 0.46
Hex DC 10 3D 0 5D 48 E 15B 56 2E
Octal 334 20 75 0 135 110 16 533 126 56
Binary 11011100 10000 111101 0 1011101 1001000 1110 101011011 1010110 101110

Color Harmonies of #DC103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC103D

Black with #DC103D

Text Example


Text Example

White with #DC103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC103D; }

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

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

background-color css

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

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

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

border-color css

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

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

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