Html Css Color HEX #DC0639 Crimson

📋 copy color: '#DC0639'

red 220 ◦ green 6 ◦ blue 57

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

Shades of Crimson #DC0639

Tints of Crimson #DC0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 77.74%
G = 2.12%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC0639 (or 0xDC0639) is known color: Crimson. HEX triplet: DC, 06 and 39. RGB value is (220,6,57). Sum of RGB (Red+Green+Blue) = 220+6+57=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0639 is #23F9C6. Grayscale: #4B4B4B. Windows color (decimal): -2357703 or 3737308. OLE color: 3737308.

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

Color convert

RGB 220 6 57 -
CMYK 0 0.97 0.74 0.14
HSL 345.7º 0.95% 0.44% -
HSV(B) 345.7º 0.97% 0.86% -
XYZ 30.32 15.64 5.29 -
YUV 75.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 220 6 57 0 0.97 0.74 0.14 345.7 0.95 0.44
Hex DC 6 39 0 61 4A E 15A 5F 2C
Octal 334 6 71 0 141 112 16 532 137 54
Binary 11011100 110 111001 0 1100001 1001010 1110 101011010 1011111 101100

Color Harmonies of #DC0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0639

Black with #DC0639

Text Example


Text Example

White with #DC0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0639; }

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

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

background-color css

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

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

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

border-color css

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

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

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