Html Css Color HEX #DC0636 Crimson

📋 copy color: '#DC0636'

red 220 ◦ green 6 ◦ blue 54

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

Shades of Crimson #DC0636

Tints of Crimson #DC0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 78.57%
G = 2.14%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0636 (or 0xDC0636) is known color: Crimson. HEX triplet: DC, 06 and 36. RGB value is (220,6,54). Sum of RGB (Red+Green+Blue) = 220+6+54=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0636 is #23F9C9. Grayscale: #4B4B4B. Windows color (decimal): -2357706 or 3540700. OLE color: 3540700.

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

Color convert

RGB 220 6 54 -
CMYK 0 0.97 0.75 0.14
HSL 346.54º 0.95% 0.44% -
HSV(B) 346.54º 0.97% 0.86% -
XYZ 30.25 15.61 4.91 -
YUV 75.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 220 6 54 0 0.97 0.75 0.14 346.54 0.95 0.44
Hex DC 6 36 0 61 4B E 15B 5F 2C
Octal 334 6 66 0 141 113 16 533 137 54
Binary 11011100 110 110110 0 1100001 1001011 1110 101011011 1011111 101100

Color Harmonies of #DC0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0636

Black with #DC0636

Text Example


Text Example

White with #DC0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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