Html Css Color HEX #DC0440 Crimson

📋 copy color: '#DC0440'

red 220 ◦ green 4 ◦ blue 64

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

Shades of Crimson #DC0440

Tints of Crimson #DC0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 76.39%
G = 1.39%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC0440 (or 0xDC0440) is known color: Crimson. HEX triplet: DC, 04 and 40. RGB value is (220,4,64). Sum of RGB (Red+Green+Blue) = 220+4+64=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0440 is #23FBBF. Grayscale: #4B4B4B. Windows color (decimal): -2358208 or 4195548. OLE color: 4195548.

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

Color convert

RGB 220 4 64 -
CMYK 0 0.98 0.71 0.14
HSL 343.33º 0.96% 0.44% -
HSV(B) 343.33º 0.98% 0.86% -
XYZ 30.48 15.67 6.27 -
YUV 75.42 121.56 231.12 -
System Red Green Blue C M Y K H S L
Decimal 220 4 64 0 0.98 0.71 0.14 343.33 0.96 0.44
Hex DC 4 40 0 62 47 E 157 60 2C
Octal 334 4 100 0 142 107 16 527 140 54
Binary 11011100 100 1000000 0 1100010 1000111 1110 101010111 1100000 101100

Color Harmonies of #DC0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0440

Black with #DC0440

Text Example


Text Example

White with #DC0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0440; }

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

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

background-color css

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

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

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

border-color css

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

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

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