#DC130B

Color #DC130B Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #DC130B

Tints of Free Speech Red #DC130B

Color information

#DC130B (or 0xDC130B) is unknown color: approx Free Speech Red. HEX triplet: DC, 13 and 0B. RGB value is (220,19,11). Sum of RGB (Red+Green+Blue) = 220+19+11=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC130B is #23ECF4. Grayscale: #4E4E4E. Windows color (decimal): -2354421 or 725980. OLE color: 725980.

HSL color Cylindrical-coordinate representation of color #DC130B: hue angle of 2.3º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC130B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB2201911-
CMYK00.910.950.14
HSL2.3º90.48%45.29%-
HSV(B)2.3º95%86.27%-
XYZ29.8115.711.78-
YUV78.1990.09229.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 88%
GREEN value IS 19 (7.81% from 255) = 7.6%
BLUE value IS 11 (4.69% from 255) = 4.4%
R=88%
G=7.6%
B=4.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220191100.910.950.142.390.4845.29
HexDC13B05B5FE25a2d
Octal3342313013313716213255
Binary110111001001110110101101110111111110101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC130B; }

 p { color: rgb(220,19,11); }

 H1.HeaderClassName
 {
   color: #DC130B;
 }
 .AnyTagClassName
 {
   color: #DC130B;
 }
</style>
background-color css

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

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

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

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

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

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