#D30900

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

Shades of Free Speech Red #D30900

Tints of Free Speech Red #D30900

Color information

#D30900 (or 0xD30900) is unknown color: approx Free Speech Red. HEX triplet: D3, 09 and 00. RGB value is (211,9,0). Sum of RGB (Red+Green+Blue) = 211+9+0=220 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.91% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 211 - color contains mainly: red. Hex color #D30900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30900 is #2CF6FF. Grayscale: #444444. Windows color (decimal): -2946816 or 2515. OLE color: 2515.

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

Color convert

RGB21190-
CMYK00.9610.17
HSL2.56º100%41.37%-
HSV(B)2.56º100%82.75%-
XYZ26.9614.041.29-
YUV68.3789.42229.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 95.91%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.91%
G=4.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119000.9610.172.5610041.37
HexD390060641136429
Octal323110014014421314451
Binary110100111001001100000110010010001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30900; }

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

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

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

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

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

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

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

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