Html Css Color HEX #DC0604 Free Speech Red

📋 copy color: '#DC0604'

red 220 ◦ green 6 ◦ blue 4

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

Shades of Free Speech Red #DC0604

Tints of Free Speech Red #DC0604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 95.65%
G = 2.61%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC0604 (or 0xDC0604) is known color: Free Speech Red. HEX triplet: DC, 06 and 04. RGB value is (220,6,4). Sum of RGB (Red+Green+Blue) = 220+6+4=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0604 is #23F9FB. Grayscale: #454545. Windows color (decimal): -2357756 or 263900. OLE color: 263900.

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

Color convert

RGB 220 6 4 -
CMYK 0 0.97 0.98 0.14
HSL 0.56º 0.96% 0.44% -
HSV(B) 0.56º 0.98% 0.86% -
XYZ 29.6 15.35 1.52 -
YUV 69.76 90.9 235.16 -
System Red Green Blue C M Y K H S L
Decimal 220 6 4 0 0.97 0.98 0.14 0.56 0.96 0.44
Hex DC 6 4 0 61 62 E 1 60 2C
Octal 334 6 4 0 141 142 16 1 140 54
Binary 11011100 110 100 0 1100001 1100010 1110 1 1100000 101100

Color Harmonies of #DC0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0604

Black with #DC0604

Text Example


Text Example

White with #DC0604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0604; }

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

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

background-color css

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

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

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

border-color css

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

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

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