Html Css Color HEX #DC003C Crimson

📋 copy color: '#DC003C'

red 220 ◦ green 0 ◦ blue 60

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

Shades of Crimson #DC003C

Tints of Crimson #DC003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.57%
G = 0%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC003C (or 0xDC003C) is known color: Crimson. HEX triplet: DC, 00 and 3C. RGB value is (220,0,60). Sum of RGB (Red+Green+Blue) = 220+0+60=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC003C is #23FFC3. Grayscale: #484848. Windows color (decimal): -2359236 or 3932380. OLE color: 3932380.

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

Color convert

RGB 220 0 60 -
CMYK 0 1 0.73 0.14
HSL 343.64º 1% 0.43% -
HSV(B) 343.64º 1% 0.86% -
XYZ 30.33 15.54 5.68 -
YUV 72.62 120.89 233.12 -
System Red Green Blue C M Y K H S L
Decimal 220 0 60 0 1 0.73 0.14 343.64 1 0.43
Hex DC 0 3C 0 64 49 E 158 64 2B
Octal 334 0 74 0 144 111 16 530 144 53
Binary 11011100 0 111100 0 1100100 1001001 1110 101011000 1100100 101011

Color Harmonies of #DC003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC003C

Black with #DC003C

Text Example


Text Example

White with #DC003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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