Html Css Color HEX #DC0145 Crimson

📋 copy color: '#DC0145'

red 220 ◦ green 1 ◦ blue 69

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

Shades of Crimson #DC0145

Tints of Crimson #DC0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 75.86%
G = 0.34%
B = 23.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC0145 (or 0xDC0145) is known color: Crimson. HEX triplet: DC, 01 and 45. RGB value is (220,1,69). Sum of RGB (Red+Green+Blue) = 220+1+69=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0145 is #23FEBA. Grayscale: #4A4A4A. Windows color (decimal): -2358971 or 4522460. OLE color: 4522460.

HSL color Cylindrical-coordinate representation of color #DC0145: hue angle of 341.37º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0145 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 69 -
CMYK 0 1.00 0.69 0.14
HSL 341.37º 0.99% 0.43% -
HSV(B) 341.37º 1% 0.86% -
XYZ 30.6 15.67 7.04 -
YUV 74.23 125.05 231.97 -
System Red Green Blue C M Y K H S L
Decimal 220 1 69 0 1.00 0.69 0.14 341.37 0.99 0.43
Hex DC 1 45 0 64 45 E 155 63 2B
Octal 334 1 105 0 144 105 16 525 143 53
Binary 11011100 1 1000101 0 1100100 1000101 1110 101010101 1100011 101011

Color Harmonies of #DC0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0145

Black with #DC0145

Text Example


Text Example

White with #DC0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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