Html Css Color HEX #DC0600 Free Speech Red

📋 copy color: '#DC0600'

red 220 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #DC0600

Tints of Free Speech Red #DC0600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.35%
G = 2.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC0600 (or 0xDC0600) is known color: Free Speech Red. HEX triplet: DC, 06 and 00. RGB value is (220,6,0). Sum of RGB (Red+Green+Blue) = 220+6+0=226 (29% of max value = 765). Red value is 220 (86.33% from 255 or 97.35% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0600 is #23F9FF. Grayscale: #454545. Windows color (decimal): -2357760 or 1756. OLE color: 1756.

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

Color convert

RGB 220 6 0 -
CMYK 0 0.97 1 0.14
HSL 1.64º 1% 0.43% -
HSV(B) 1.64º 1% 0.86% -
XYZ 29.58 15.35 1.4 -
YUV 69.3 88.9 235.49 -
System Red Green Blue C M Y K H S L
Decimal 220 6 0 0 0.97 1 0.14 1.64 1 0.43
Hex DC 6 0 0 61 64 E 2 64 2B
Octal 334 6 0 0 141 144 16 2 144 53
Binary 11011100 110 0 0 1100001 1100100 1110 10 1100100 101011

Color Harmonies of #DC0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0600

Black with #DC0600

Text Example


Text Example

White with #DC0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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