Html Css Color HEX #DC0641 Crimson

📋 copy color: '#DC0641'

red 220 ◦ green 6 ◦ blue 65

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

Shades of Crimson #DC0641

Tints of Crimson #DC0641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 75.6%
G = 2.06%
B = 22.34%

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

#DC0641 (or 0xDC0641) is known color: Crimson. HEX triplet: DC, 06 and 41. RGB value is (220,6,65). Sum of RGB (Red+Green+Blue) = 220+6+65=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0641 is #23F9BE. Grayscale: #4C4C4C. Windows color (decimal): -2357695 or 4261596. OLE color: 4261596.

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

Color convert

RGB 220 6 65 -
CMYK 0 0.97 0.70 0.14
HSL 343.46º 0.95% 0.44% -
HSV(B) 343.46º 0.97% 0.86% -
XYZ 30.53 15.73 6.43 -
YUV 76.71 121.4 230.2 -
System Red Green Blue C M Y K H S L
Decimal 220 6 65 0 0.97 0.70 0.14 343.46 0.95 0.44
Hex DC 6 41 0 61 46 E 157 5F 2C
Octal 334 6 101 0 141 106 16 527 137 54
Binary 11011100 110 1000001 0 1100001 1000110 1110 101010111 1011111 101100

Color Harmonies of #DC0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0641

Black with #DC0641

Text Example


Text Example

White with #DC0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0641; }

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

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

background-color css

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

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

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

border-color css

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

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

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