Html Css Color HEX #FE0E00 Red

📋 copy color: '#FE0E00'

red 254 ◦ green 14 ◦ blue 0

#FE0E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FE0E00

Tints of Red #FE0E00

RGB

 RED value IS 254 (99.61% from 255) = 94.78%

 GREEN value IS 14 (5.86% from 255) = 5.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.78%
G = 5.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE0E00 (or 0xFE0E00) is known color: Red. HEX triplet: FE, 0E and 00. RGB value is (254,14,0). Sum of RGB (Red+Green+Blue) = 254+14+0=268 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.78% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0E00 is #01F1FF. Grayscale: #545454. Windows color (decimal): -127488 or 3838. OLE color: 3838.

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

Color convert

RGB 254 14 0 -
CMYK 0 0.94 1 0.00
HSL 3.31º 1% 0.5% -
HSV(B) 3.31º 1% 1% -
XYZ 41.03 21.38 1.97 -
YUV 84.16 80.51 249.14 -
System Red Green Blue C M Y K H S L
Decimal 254 14 0 0 0.94 1 0.00 3.31 1 0.5
Hex FE E 0 0 5E 64 0 3 64 32
Octal 376 16 0 0 136 144 0 3 144 62
Binary 11111110 1110 0 0 1011110 1100100 0 11 1100100 110010

Color Harmonies of #FE0E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0E00

Black with #FE0E00

Text Example


Text Example

White with #FE0E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0E00; }

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

 H1.HeaderClassName
 {
   color: #FE0E00;
 }
 .AnyTagClassName
 {
   color: #FE0E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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