Html Css Color HEX #DC0740 Crimson

📋 copy color: '#DC0740'

red 220 ◦ green 7 ◦ blue 64

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

Shades of Crimson #DC0740

Tints of Crimson #DC0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 75.6%
G = 2.41%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC0740 (or 0xDC0740) is known color: Crimson. HEX triplet: DC, 07 and 40. RGB value is (220,7,64). Sum of RGB (Red+Green+Blue) = 220+7+64=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0740 is #23F8BF. Grayscale: #4D4D4D. Windows color (decimal): -2357440 or 4196316. OLE color: 4196316.

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

Color convert

RGB 220 7 64 -
CMYK 0 0.97 0.71 0.14
HSL 343.94º 0.94% 0.45% -
HSV(B) 343.94º 0.97% 0.86% -
XYZ 30.52 15.74 6.28 -
YUV 77.19 120.57 229.87 -
System Red Green Blue C M Y K H S L
Decimal 220 7 64 0 0.97 0.71 0.14 343.94 0.94 0.45
Hex DC 7 40 0 61 47 E 158 5E 2D
Octal 334 7 100 0 141 107 16 530 136 55
Binary 11011100 111 1000000 0 1100001 1000111 1110 101011000 1011110 101101

Color Harmonies of #DC0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0740

Black with #DC0740

Text Example


Text Example

White with #DC0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0740; }

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

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

background-color css

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

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

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

border-color css

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

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

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