Html Css Color HEX #DC0500 Free Speech Red

📋 copy color: '#DC0500'

red 220 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #DC0500

Tints of Free Speech Red #DC0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

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

R = 97.78%
G = 2.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC0500 (or 0xDC0500) is known color: Free Speech Red. HEX triplet: DC, 05 and 00. RGB value is (220,5,0). Sum of RGB (Red+Green+Blue) = 220+5+0=225 (29% of max value = 765). Red value is 220 (86.33% from 255 or 97.78% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0500 is #23FAFF. Grayscale: #444444. Windows color (decimal): -2358016 or 1500. OLE color: 1500.

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

Color convert

RGB 220 5 0 -
CMYK 0 0.98 1 0.14
HSL 1.36º 1% 0.43% -
HSV(B) 1.36º 1% 0.86% -
XYZ 29.57 15.32 1.4 -
YUV 68.72 89.23 235.91 -
System Red Green Blue C M Y K H S L
Decimal 220 5 0 0 0.98 1 0.14 1.36 1 0.43
Hex DC 5 0 0 62 64 E 1 64 2B
Octal 334 5 0 0 142 144 16 1 144 53
Binary 11011100 101 0 0 1100010 1100100 1110 1 1100100 101011

Color Harmonies of #DC0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0500

Black with #DC0500

Text Example


Text Example

White with #DC0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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