Html Css Color HEX #DC0346 Crimson

📋 copy color: '#DC0346'

red 220 ◦ green 3 ◦ blue 70

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

Shades of Crimson #DC0346

Tints of Crimson #DC0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 75.09%
G = 1.02%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC0346 (or 0xDC0346) is known color: Crimson. HEX triplet: DC, 03 and 46. RGB value is (220,3,70). Sum of RGB (Red+Green+Blue) = 220+3+70=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0346 is #23FCB9. Grayscale: #4B4B4B. Windows color (decimal): -2358458 or 4588508. OLE color: 4588508.

HSL color Cylindrical-coordinate representation of color #DC0346: hue angle of 341.47º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0346 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 70 -
CMYK 0 0.99 0.68 0.14
HSL 341.47º 0.97% 0.44% -
HSV(B) 341.47º 0.99% 0.86% -
XYZ 30.65 15.72 7.21 -
YUV 75.52 124.89 231.05 -
System Red Green Blue C M Y K H S L
Decimal 220 3 70 0 0.99 0.68 0.14 341.47 0.97 0.44
Hex DC 3 46 0 63 44 E 155 61 2C
Octal 334 3 106 0 143 104 16 525 141 54
Binary 11011100 11 1000110 0 1100011 1000100 1110 101010101 1100001 101100

Color Harmonies of #DC0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0346

Black with #DC0346

Text Example


Text Example

White with #DC0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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