#DC1002

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

Shades of Free Speech Red #DC1002

Tints of Free Speech Red #DC1002

Color information

#DC1002 (or 0xDC1002) is unknown color: approx Free Speech Red. HEX triplet: DC, 10 and 02. RGB value is (220,16,2). Sum of RGB (Red+Green+Blue) = 220+16+2=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1002 is #23EFFD. Grayscale: #4B4B4B. Windows color (decimal): -2355198 or 135388. OLE color: 135388.

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

Color convert

RGB220162-
CMYK00.930.990.14
HSL3.85º98.2%43.53%-
HSV(B)3.85º99.09%86.27%-
XYZ29.7115.591.5-
YUV75.486.59231.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 92.44%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=92.44%
G=6.72%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016200.930.990.143.8598.243.53
HexDC10205D63E4622c
Octal334202013514316414254
Binary11011100100001001011101110001111101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1002; }

 p { color: rgb(220,16,2); }

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

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

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

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

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

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

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