Html Css Color HEX #DC0505 Free Speech Red

📋 copy color: '#DC0505'

red 220 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #DC0505

Tints of Free Speech Red #DC0505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 95.65%
G = 2.17%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC0505 (or 0xDC0505) is known color: Free Speech Red. HEX triplet: DC, 05 and 05. RGB value is (220,5,5). Sum of RGB (Red+Green+Blue) = 220+5+5=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0505 is #23FAFA. Grayscale: #454545. Windows color (decimal): -2358011 or 329180. OLE color: 329180.

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

Color convert

RGB 220 5 5 -
CMYK 0 0.98 0.98 0.14
HSL 0.96% 0.44% -
HSV(B) 0.98% 0.86% -
XYZ 29.6 15.34 1.54 -
YUV 69.29 91.73 235.5 -
System Red Green Blue C M Y K H S L
Decimal 220 5 5 0 0.98 0.98 0.14 0 0.96 0.44
Hex DC 5 5 0 62 62 E 0 60 2C
Octal 334 5 5 0 142 142 16 0 140 54
Binary 11011100 101 101 0 1100010 1100010 1110 0 1100000 101100

Color Harmonies of #DC0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0505

Black with #DC0505

Text Example


Text Example

White with #DC0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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