Html Css Color HEX #DC1344 Crimson

📋 copy color: '#DC1344'

red 220 ◦ green 19 ◦ blue 68

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

Shades of Crimson #DC1344

Tints of Crimson #DC1344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 71.66%
G = 6.19%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC1344 (or 0xDC1344) is known color: Crimson. HEX triplet: DC, 13 and 44. RGB value is (220,19,68). Sum of RGB (Red+Green+Blue) = 220+19+68=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1344 is #23ECBB. Grayscale: #545454. Windows color (decimal): -2354364 or 4461532. OLE color: 4461532.

HSL color Cylindrical-coordinate representation of color #DC1344: hue angle of 345.37º 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 #DC1344 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 68 -
CMYK 0 0.91 0.69 0.14
HSL 345.37º 0.84% 0.47% -
HSV(B) 345.37º 0.91% 0.86% -
XYZ 30.79 16.1 6.95 -
YUV 84.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 220 19 68 0 0.91 0.69 0.14 345.37 0.84 0.47
Hex DC 13 44 0 5B 45 E 159 54 2F
Octal 334 23 104 0 133 105 16 531 124 57
Binary 11011100 10011 1000100 0 1011011 1000101 1110 101011001 1010100 101111

Color Harmonies of #DC1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1344

Black with #DC1344

Text Example


Text Example

White with #DC1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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