Html Css Color HEX #DC0340 Crimson

📋 copy color: '#DC0340'

red 220 ◦ green 3 ◦ blue 64

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

Shades of Crimson #DC0340

Tints of Crimson #DC0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 76.66%
G = 1.05%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC0340 (or 0xDC0340) is known color: Crimson. HEX triplet: DC, 03 and 40. RGB value is (220,3,64). Sum of RGB (Red+Green+Blue) = 220+3+64=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0340 is #23FCBF. Grayscale: #4A4A4A. Windows color (decimal): -2358464 or 4195292. OLE color: 4195292.

HSL color Cylindrical-coordinate representation of color #DC0340: hue angle of 343.13º degrees, saturation: 0.97, 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 #DC0340 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 64 -
CMYK 0 0.99 0.71 0.14
HSL 343.13º 0.97% 0.44% -
HSV(B) 343.13º 0.99% 0.86% -
XYZ 30.47 15.65 6.27 -
YUV 74.84 121.89 231.54 -
System Red Green Blue C M Y K H S L
Decimal 220 3 64 0 0.99 0.71 0.14 343.13 0.97 0.44
Hex DC 3 40 0 63 47 E 157 61 2C
Octal 334 3 100 0 143 107 16 527 141 54
Binary 11011100 11 1000000 0 1100011 1000111 1110 101010111 1100001 101100

Color Harmonies of #DC0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0340

Black with #DC0340

Text Example


Text Example

White with #DC0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0340; }

 p { color: rgb(220,3,64); }

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

background-color css

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

 a { background-color: rgb(220,3,64); }

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

border-color css

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

 span { border-color: rgb(220,3,64); }

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