#FE0E02

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

Shades of Red #FE0E02

Tints of Red #FE0E02

Color information

#FE0E02 (or 0xFE0E02) is unknown color: approx Red. HEX triplet: FE, 0E and 02. RGB value is (254,14,2). Sum of RGB (Red+Green+Blue) = 254+14+2=270 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.07% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0E02 is #01F1FD. Grayscale: #545454. Windows color (decimal): -127486 or 134910. OLE color: 134910.

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

Color convert

RGB254142-
CMYK00.940.990.00
HSL2.86º99.21%50.2%-
HSV(B)2.86º99.21%99.61%-
XYZ41.0421.392.02-
YUV84.3981.51248.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 94.07%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=94.07%
G=5.19%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414200.940.990.002.8699.2150.2
HexFEE205E63036332
Octal37616201361430314362
Binary111111101110100101111011000110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0E02; }

 p { color: rgb(254,14,2); }

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

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

 a { background-color: rgb(254,14,2); }

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

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

 span { border-color: rgb(254,14,2); }

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