Html Css Color HEX #DC0101 Free Speech Red

📋 copy color: '#DC0101'

red 220 ◦ green 1 ◦ blue 1

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

Shades of Free Speech Red #DC0101

Tints of Free Speech Red #DC0101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 99.1%
G = 0.45%
B = 0.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC0101 (or 0xDC0101) is known color: Free Speech Red. HEX triplet: DC, 01 and 01. RGB value is (220,1,1). Sum of RGB (Red+Green+Blue) = 220+1+1=222 (29% of max value = 765). Red value is 220 (86.33% from 255 or 99.10% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0101 is #23FEFE. Grayscale: #424242. Windows color (decimal): -2359039 or 66012. OLE color: 66012.

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

Color convert

RGB 220 1 1 -
CMYK 0 1.00 1.00 0.14
HSL 0.99% 0.43% -
HSV(B) 1% 0.86% -
XYZ 29.53 15.24 1.41 -
YUV 66.48 91.05 237.5 -
System Red Green Blue C M Y K H S L
Decimal 220 1 1 0 1.00 1.00 0.14 0 0.99 0.43
Hex DC 1 1 0 64 64 E 0 63 2B
Octal 334 1 1 0 144 144 16 0 143 53
Binary 11011100 1 1 0 1100100 1100100 1110 0 1100011 101011

Color Harmonies of #DC0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0101

Black with #DC0101

Text Example


Text Example

White with #DC0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0101; }

 p { color: rgb(220,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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