Html Css Color HEX #DC1445 Crimson

📋 copy color: '#DC1445'

red 220 ◦ green 20 ◦ blue 69

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

Shades of Crimson #DC1445

Tints of Crimson #DC1445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 71.2%
G = 6.47%
B = 22.33%

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

#DC1445 (or 0xDC1445) is known color: Crimson. HEX triplet: DC, 14 and 45. RGB value is (220,20,69). Sum of RGB (Red+Green+Blue) = 220+20+69=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1445 is #23EBBA. Grayscale: #555555. Windows color (decimal): -2354107 or 4527324. OLE color: 4527324.

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

Color convert

RGB 220 20 69 -
CMYK 0 0.91 0.69 0.14
HSL 345.3º 0.83% 0.47% -
HSV(B) 345.3º 0.91% 0.86% -
XYZ 30.84 16.15 7.12 -
YUV 85.39 118.76 224.02 -
System Red Green Blue C M Y K H S L
Decimal 220 20 69 0 0.91 0.69 0.14 345.3 0.83 0.47
Hex DC 14 45 0 5B 45 E 159 53 2F
Octal 334 24 105 0 133 105 16 531 123 57
Binary 11011100 10100 1000101 0 1011011 1000101 1110 101011001 1010011 101111

Color Harmonies of #DC1445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1445

Black with #DC1445

Text Example


Text Example

White with #DC1445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1445; }

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

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

background-color css

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

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

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

border-color css

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

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

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