#D30200

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

Shades of Free Speech Red #D30200

Tints of Free Speech Red #D30200

Color information

#D30200 (or 0xD30200) is unknown color: approx Free Speech Red. HEX triplet: D3, 02 and 00. RGB value is (211,2,0). Sum of RGB (Red+Green+Blue) = 211+2+0=213 (28% of max value = 765). Red value is 211 (82.81% from 255 or 99.06% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 211 - color contains mainly: red. Hex color #D30200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30200 is #2CFDFF. Grayscale: #404040. Windows color (decimal): -2948608 or 723. OLE color: 723.

HSL color Cylindrical-coordinate representation of color #D30200: hue angle of 0.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB21120-
CMYK00.9910.17
HSL0.57º100%41.37%-
HSV(B)0.57º100%82.75%-
XYZ26.8913.891.26-
YUV64.2691.74232.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 99.06%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.06%
G=0.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112000.9910.170.5710041.37
HexD320063641116429
Octal32320014314421114451
Binary110100111000110001111001001000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30200; }

 p { color: rgb(211,2,0); }

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

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

 a { background-color: rgb(211,2,0); }

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

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

 span { border-color: rgb(211,2,0); }

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