Html Css Color HEX #DC0940 Crimson

📋 copy color: '#DC0940'

red 220 ◦ green 9 ◦ blue 64

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

Shades of Crimson #DC0940

Tints of Crimson #DC0940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 75.09%
G = 3.07%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC0940 (or 0xDC0940) is known color: Crimson. HEX triplet: DC, 09 and 40. RGB value is (220,9,64). Sum of RGB (Red+Green+Blue) = 220+9+64=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0940 is #23F6BF. Grayscale: #4E4E4E. Windows color (decimal): -2356928 or 4196828. OLE color: 4196828.

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

Color convert

RGB 220 9 64 -
CMYK 0 0.96 0.71 0.14
HSL 344.36º 0.92% 0.45% -
HSV(B) 344.36º 0.96% 0.86% -
XYZ 30.54 15.78 6.29 -
YUV 78.36 119.9 229.03 -
System Red Green Blue C M Y K H S L
Decimal 220 9 64 0 0.96 0.71 0.14 344.36 0.92 0.45
Hex DC 9 40 0 60 47 E 158 5C 2D
Octal 334 11 100 0 140 107 16 530 134 55
Binary 11011100 1001 1000000 0 1100000 1000111 1110 101011000 1011100 101101

Color Harmonies of #DC0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0940

Black with #DC0940

Text Example


Text Example

White with #DC0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0940; }

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

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

background-color css

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

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

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

border-color css

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

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

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