Html Css Color HEX #DC0401 Free Speech Red

📋 copy color: '#DC0401'

red 220 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #DC0401

Tints of Free Speech Red #DC0401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 97.78%
G = 1.78%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC0401 (or 0xDC0401) is known color: Free Speech Red. HEX triplet: DC, 04 and 01. RGB value is (220,4,1). Sum of RGB (Red+Green+Blue) = 220+4+1=225 (29% of max value = 765). Red value is 220 (86.33% from 255 or 97.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0401 is #23FBFE. Grayscale: #444444. Windows color (decimal): -2358271 or 66780. OLE color: 66780.

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

Color convert

RGB 220 4 1 -
CMYK 0 0.98 1.00 0.14
HSL 0.82º 0.99% 0.43% -
HSV(B) 0.82º 1% 0.86% -
XYZ 29.56 15.3 1.42 -
YUV 68.24 90.06 236.24 -
System Red Green Blue C M Y K H S L
Decimal 220 4 1 0 0.98 1.00 0.14 0.82 0.99 0.43
Hex DC 4 1 0 62 64 E 1 63 2B
Octal 334 4 1 0 142 144 16 1 143 53
Binary 11011100 100 1 0 1100010 1100100 1110 1 1100011 101011

Color Harmonies of #DC0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0401

Black with #DC0401

Text Example


Text Example

White with #DC0401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0401; }

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

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

background-color css

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

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

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

border-color css

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

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

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