#D90F00

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

Shades of Free Speech Red #D90F00

Tints of Free Speech Red #D90F00

Color information

#D90F00 (or 0xD90F00) is unknown color: approx Free Speech Red. HEX triplet: D9, 0F and 00. RGB value is (217,15,0). Sum of RGB (Red+Green+Blue) = 217+15+0=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90F00 is #26F0FF. Grayscale: #494949. Windows color (decimal): -2552064 or 4057. OLE color: 4057.

HSL color Cylindrical-coordinate representation of color #D90F00: hue angle of 4.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB217150-
CMYK00.9310.15
HSL4.15º100%42.55%-
HSV(B)4.15º100%85.1%-
XYZ28.7915.091.4-
YUV73.6986.42230.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 93.53%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.53%
G=6.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715000.9310.154.1510042.55
HexD9F005D64F4642b
Octal331170013514417414453
Binary110110011111001011101110010011111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90F00; }

 p { color: rgb(217,15,0); }

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

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

 a { background-color: rgb(217,15,0); }

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

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

 span { border-color: rgb(217,15,0); }

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