Html Css Color HEX #DC0F40 Crimson

📋 copy color: '#DC0F40'

red 220 ◦ green 15 ◦ blue 64

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

Shades of Crimson #DC0F40

Tints of Crimson #DC0F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

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

R = 73.58%
G = 5.02%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC0F40 (or 0xDC0F40) is known color: Crimson. HEX triplet: DC, 0F and 40. RGB value is (220,15,64). Sum of RGB (Red+Green+Blue) = 220+15+64=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F40 is #23F0BF. Grayscale: #515151. Windows color (decimal): -2355392 or 4198364. OLE color: 4198364.

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

Color convert

RGB 220 15 64 -
CMYK 0 0.93 0.71 0.14
HSL 345.66º 0.87% 0.46% -
HSV(B) 345.66º 0.93% 0.86% -
XYZ 30.61 15.93 6.31 -
YUV 81.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 220 15 64 0 0.93 0.71 0.14 345.66 0.87 0.46
Hex DC F 40 0 5D 47 E 15A 57 2E
Octal 334 17 100 0 135 107 16 532 127 56
Binary 11011100 1111 1000000 0 1011101 1000111 1110 101011010 1010111 101110

Color Harmonies of #DC0F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F40

Black with #DC0F40

Text Example


Text Example

White with #DC0F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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