Html Css Color HEX #DC1340 Crimson

📋 copy color: '#DC1340'

red 220 ◦ green 19 ◦ blue 64

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

Shades of Crimson #DC1340

Tints of Crimson #DC1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 72.61%
G = 6.27%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC1340 (or 0xDC1340) is known color: Crimson. HEX triplet: DC, 13 and 40. RGB value is (220,19,64). Sum of RGB (Red+Green+Blue) = 220+19+64=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1340 is #23ECBF. Grayscale: #545454. Windows color (decimal): -2354368 or 4199388. OLE color: 4199388.

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

Color convert

RGB 220 19 64 -
CMYK 0 0.91 0.71 0.14
HSL 346.57º 0.84% 0.47% -
HSV(B) 346.57º 0.91% 0.86% -
XYZ 30.67 16.05 6.33 -
YUV 84.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 220 19 64 0 0.91 0.71 0.14 346.57 0.84 0.47
Hex DC 13 40 0 5B 47 E 15B 54 2F
Octal 334 23 100 0 133 107 16 533 124 57
Binary 11011100 10011 1000000 0 1011011 1000111 1110 101011011 1010100 101111

Color Harmonies of #DC1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1340

Black with #DC1340

Text Example


Text Example

White with #DC1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1340; }

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

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

background-color css

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

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

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

border-color css

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

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

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