#FF0804

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

Shades of Red #FF0804

Tints of Red #FF0804

Color information

#FF0804 (or 0xFF0804) is unknown color: approx Red. HEX triplet: FF, 08 and 04. RGB value is (255,8,4). Sum of RGB (Red+Green+Blue) = 255+8+4=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0804 is #00F7FB. Grayscale: #515151. Windows color (decimal): -63484 or 264447. OLE color: 264447.

HSL color Cylindrical-coordinate representation of color #FF0804: hue angle of 0.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0804 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB25584-
CMYK00.970.980
HSL0.96º100%50.78%-
HSV(B)0.96º98.43%100%-
XYZ41.3521.442.07-
YUV81.484.33251.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 95.51%
GREEN value IS 8 (3.52% from 255) = 3.00%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=95.51%
G=3.00%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558400.970.9800.9610050.78
HexFF8406162016433
Octal37710401411420114463
Binary111111111000100011000011100010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0804; }

 p { color: rgb(255,8,4); }

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

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

 a { background-color: rgb(255,8,4); }

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

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

 span { border-color: rgb(255,8,4); }

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