#FE0807

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

Shades of Red #FE0807

Tints of Red #FE0807

Color information

#FE0807 (or 0xFE0807) is unknown color: approx Red. HEX triplet: FE, 08 and 07. RGB value is (254,8,7). Sum of RGB (Red+Green+Blue) = 254+8+7=269 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.42% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0807 is #01F7F8. Grayscale: #515151. Windows color (decimal): -129017 or 461054. OLE color: 461054.

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

Color convert

RGB25487-
CMYK00.970.970.00
HSL0.24º99.2%51.18%-
HSV(B)0.24º97.24%99.61%-
XYZ4121.262.14-
YUV81.4486251.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 94.42%
GREEN value IS 8 (3.52% from 255) = 2.97%
BLUE value IS 7 (3.12% from 255) = 2.60%
R=94.42%
G=2.97%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548700.970.970.000.2499.251.18
HexFE8706161006333
Octal37610701411410014363
Binary111111101000111011000011100001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0807; }

 p { color: rgb(254,8,7); }

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

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

 a { background-color: rgb(254,8,7); }

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

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

 span { border-color: rgb(254,8,7); }

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