Html Css Color HEX #DC0143 Crimson

📋 copy color: '#DC0143'

red 220 ◦ green 1 ◦ blue 67

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

Shades of Crimson #DC0143

Tints of Crimson #DC0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.26%

R = 76.39%
G = 0.35%
B = 23.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC0143 (or 0xDC0143) is known color: Crimson. HEX triplet: DC, 01 and 43. RGB value is (220,1,67). Sum of RGB (Red+Green+Blue) = 220+1+67=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0143 is #23FEBC. Grayscale: #494949. Windows color (decimal): -2358973 or 4391388. OLE color: 4391388.

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

Color convert

RGB 220 1 67 -
CMYK 0 1.00 0.70 0.14
HSL 341.92º 0.99% 0.43% -
HSV(B) 341.92º 1% 0.86% -
XYZ 30.54 15.64 6.72 -
YUV 74.01 124.05 232.13 -
System Red Green Blue C M Y K H S L
Decimal 220 1 67 0 1.00 0.70 0.14 341.92 0.99 0.43
Hex DC 1 43 0 64 46 E 156 63 2B
Octal 334 1 103 0 144 106 16 526 143 53
Binary 11011100 1 1000011 0 1100100 1000110 1110 101010110 1100011 101011

Color Harmonies of #DC0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0143

Black with #DC0143

Text Example


Text Example

White with #DC0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0143; }

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

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

background-color css

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

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

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

border-color css

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

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

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