Html Css Color HEX #DC1446 Crimson

📋 copy color: '#DC1446'

red 220 ◦ green 20 ◦ blue 70

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

Shades of Crimson #DC1446

Tints of Crimson #DC1446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 70.97%
G = 6.45%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC1446 (or 0xDC1446) is known color: Crimson. HEX triplet: DC, 14 and 46. RGB value is (220,20,70). Sum of RGB (Red+Green+Blue) = 220+20+70=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1446 is #23EBB9. Grayscale: #555555. Windows color (decimal): -2354106 or 4592860. OLE color: 4592860.

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

Color convert

RGB 220 20 70 -
CMYK 0 0.91 0.68 0.14
HSL 345º 0.83% 0.47% -
HSV(B) 345º 0.91% 0.86% -
XYZ 30.87 16.16 7.29 -
YUV 85.5 119.26 223.93 -
System Red Green Blue C M Y K H S L
Decimal 220 20 70 0 0.91 0.68 0.14 345 0.83 0.47
Hex DC 14 46 0 5B 44 E 159 53 2F
Octal 334 24 106 0 133 104 16 531 123 57
Binary 11011100 10100 1000110 0 1011011 1000100 1110 101011001 1010011 101111

Color Harmonies of #DC1446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1446

Black with #DC1446

Text Example


Text Example

White with #DC1446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1446; }

 p { color: rgb(220,20,70); }

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

background-color css

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

 a { background-color: rgb(220,20,70); }

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

border-color css

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

 span { border-color: rgb(220,20,70); }

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