Html Css Color HEX #DC003A Crimson

📋 copy color: '#DC003A'

red 220 ◦ green 0 ◦ blue 58

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

Shades of Crimson #DC003A

Tints of Crimson #DC003A

RGB

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

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

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

R = 79.14%
G = 0%
B = 20.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC003A (or 0xDC003A) is known color: Crimson. HEX triplet: DC, 00 and 3A. RGB value is (220,0,58). Sum of RGB (Red+Green+Blue) = 220+0+58=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC003A is #23FFC5. Grayscale: #484848. Windows color (decimal): -2359238 or 3801308. OLE color: 3801308.

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

Color convert

RGB 220 0 58 -
CMYK 0 1 0.74 0.14
HSL 344.18º 1% 0.43% -
HSV(B) 344.18º 1% 0.86% -
XYZ 30.28 15.52 5.4 -
YUV 72.39 119.89 233.28 -
System Red Green Blue C M Y K H S L
Decimal 220 0 58 0 1 0.74 0.14 344.18 1 0.43
Hex DC 0 3A 0 64 4A E 158 64 2B
Octal 334 0 72 0 144 112 16 530 144 53
Binary 11011100 0 111010 0 1100100 1001010 1110 101011000 1100100 101011

Color Harmonies of #DC003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC003A

Black with #DC003A

Text Example


Text Example

White with #DC003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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