Html Css Color HEX #DC023C Crimson

📋 copy color: '#DC023C'

red 220 ◦ green 2 ◦ blue 60

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

Shades of Crimson #DC023C

Tints of Crimson #DC023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 78.01%
G = 0.71%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC023C (or 0xDC023C) is known color: Crimson. HEX triplet: DC, 02 and 3C. RGB value is (220,2,60). Sum of RGB (Red+Green+Blue) = 220+2+60=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC023C is #23FDC3. Grayscale: #494949. Windows color (decimal): -2358724 or 3932892. OLE color: 3932892.

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

Color convert

RGB 220 2 60 -
CMYK 0 0.99 0.73 0.14
HSL 344.04º 0.98% 0.44% -
HSV(B) 344.04º 0.99% 0.86% -
XYZ 30.35 15.59 5.68 -
YUV 73.79 120.22 232.28 -
System Red Green Blue C M Y K H S L
Decimal 220 2 60 0 0.99 0.73 0.14 344.04 0.98 0.44
Hex DC 2 3C 0 63 49 E 158 62 2C
Octal 334 2 74 0 143 111 16 530 142 54
Binary 11011100 10 111100 0 1100011 1001001 1110 101011000 1100010 101100

Color Harmonies of #DC023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC023C

Black with #DC023C

Text Example


Text Example

White with #DC023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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