Html Css Color HEX #DC003E Crimson

📋 copy color: '#DC003E'

red 220 ◦ green 0 ◦ blue 62

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

Shades of Crimson #DC003E

Tints of Crimson #DC003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 78.01%
G = 0%
B = 21.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC003E (or 0xDC003E) is known color: Crimson. HEX triplet: DC, 00 and 3E. RGB value is (220,0,62). Sum of RGB (Red+Green+Blue) = 220+0+62=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC003E is #23FFC1. Grayscale: #484848. Windows color (decimal): -2359234 or 4063452. OLE color: 4063452.

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

Color convert

RGB 220 0 62 -
CMYK 0 1 0.72 0.14
HSL 343.09º 1% 0.43% -
HSV(B) 343.09º 1% 0.86% -
XYZ 30.38 15.56 5.96 -
YUV 72.85 121.89 232.96 -
System Red Green Blue C M Y K H S L
Decimal 220 0 62 0 1 0.72 0.14 343.09 1 0.43
Hex DC 0 3E 0 64 48 E 157 64 2B
Octal 334 0 76 0 144 110 16 527 144 53
Binary 11011100 0 111110 0 1100100 1001000 1110 101010111 1100100 101011

Color Harmonies of #DC003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC003E

Black with #DC003E

Text Example


Text Example

White with #DC003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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