Html Css Color HEX #DC0643 Crimson

📋 copy color: '#DC0643'

red 220 ◦ green 6 ◦ blue 67

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

Shades of Crimson #DC0643

Tints of Crimson #DC0643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 75.09%
G = 2.05%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC0643 (or 0xDC0643) is known color: Crimson. HEX triplet: DC, 06 and 43. RGB value is (220,6,67). Sum of RGB (Red+Green+Blue) = 220+6+67=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0643 is #23F9BC. Grayscale: #4C4C4C. Windows color (decimal): -2357693 or 4392668. OLE color: 4392668.

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

Color convert

RGB 220 6 67 -
CMYK 0 0.97 0.70 0.14
HSL 342.9º 0.95% 0.44% -
HSV(B) 342.9º 0.97% 0.86% -
XYZ 30.59 15.75 6.74 -
YUV 76.94 122.4 230.04 -
System Red Green Blue C M Y K H S L
Decimal 220 6 67 0 0.97 0.70 0.14 342.9 0.95 0.44
Hex DC 6 43 0 61 46 E 157 5F 2C
Octal 334 6 103 0 141 106 16 527 137 54
Binary 11011100 110 1000011 0 1100001 1000110 1110 101010111 1011111 101100

Color Harmonies of #DC0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0643

Black with #DC0643

Text Example


Text Example

White with #DC0643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0643; }

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

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

background-color css

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

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

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

border-color css

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

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

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