Html Css Color HEX #DC0746 Crimson

📋 copy color: '#DC0746'

red 220 ◦ green 7 ◦ blue 70

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

Shades of Crimson #DC0746

Tints of Crimson #DC0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 74.07%
G = 2.36%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC0746 (or 0xDC0746) is known color: Crimson. HEX triplet: DC, 07 and 46. RGB value is (220,7,70). Sum of RGB (Red+Green+Blue) = 220+7+70=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0746 is #23F8B9. Grayscale: #4D4D4D. Windows color (decimal): -2357434 or 4589532. OLE color: 4589532.

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

Color convert

RGB 220 7 70 -
CMYK 0 0.97 0.68 0.14
HSL 342.25º 0.94% 0.45% -
HSV(B) 342.25º 0.97% 0.86% -
XYZ 30.7 15.81 7.23 -
YUV 77.87 123.57 229.38 -
System Red Green Blue C M Y K H S L
Decimal 220 7 70 0 0.97 0.68 0.14 342.25 0.94 0.45
Hex DC 7 46 0 61 44 E 156 5E 2D
Octal 334 7 106 0 141 104 16 526 136 55
Binary 11011100 111 1000110 0 1100001 1000100 1110 101010110 1011110 101101

Color Harmonies of #DC0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0746

Black with #DC0746

Text Example


Text Example

White with #DC0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0746; }

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

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

background-color css

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

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

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

border-color css

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

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

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