Html Css Color HEX #FE0E03 Red

📋 copy color: '#FE0E03'

red 254 ◦ green 14 ◦ blue 3

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

Shades of Red #FE0E03

Tints of Red #FE0E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 93.73%
G = 5.17%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE0E03 (or 0xFE0E03) is known color: Red. HEX triplet: FE, 0E and 03. RGB value is (254,14,3). Sum of RGB (Red+Green+Blue) = 254+14+3=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0E03 is #01F1FC. Grayscale: #545454. Windows color (decimal): -127485 or 200446. OLE color: 200446.

HSL color Cylindrical-coordinate representation of color #FE0E03: hue angle of 2.63º 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 #FE0E03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 14 3 -
CMYK 0 0.94 0.99 0.00
HSL 2.63º 0.99% 0.5% -
HSV(B) 2.63º 0.99% 1% -
XYZ 41.05 21.39 2.05 -
YUV 84.51 82.01 248.89 -
System Red Green Blue C M Y K H S L
Decimal 254 14 3 0 0.94 0.99 0.00 2.63 0.99 0.5
Hex FE E 3 0 5E 63 0 3 63 32
Octal 376 16 3 0 136 143 0 3 143 62
Binary 11111110 1110 11 0 1011110 1100011 0 11 1100011 110010

Color Harmonies of #FE0E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0E03

Black with #FE0E03

Text Example


Text Example

White with #FE0E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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