Html Css Color HEX #FE0133 Torch Red

📋 copy color: '#FE0133'

red 254 ◦ green 1 ◦ blue 51

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

Shades of Torch Red #FE0133

Tints of Torch Red #FE0133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 83.01%
G = 0.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE0133 (or 0xFE0133) is known color: Torch Red. HEX triplet: FE, 01 and 33. RGB value is (254,1,51). Sum of RGB (Red+Green+Blue) = 254+1+51=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0133 is #01FECC. Grayscale: #525252. Windows color (decimal): -130765 or 3342846. OLE color: 3342846.

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

Color convert

RGB 254 1 51 -
CMYK 0 1.00 0.80 0.00
HSL 348.14º 0.99% 0.5% -
HSV(B) 348.14º 1% 1% -
XYZ 41.48 21.33 5.06 -
YUV 82.35 110.32 250.43 -
System Red Green Blue C M Y K H S L
Decimal 254 1 51 0 1.00 0.80 0.00 348.14 0.99 0.5
Hex FE 1 33 0 64 50 0 15C 63 32
Octal 376 1 63 0 144 120 0 534 143 62
Binary 11111110 1 110011 0 1100100 1010000 0 101011100 1100011 110010

Color Harmonies of #FE0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0133

Black with #FE0133

Text Example


Text Example

White with #FE0133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0133; }

 p { color: rgb(254,1,51); }

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

background-color css

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

 a { background-color: rgb(254,1,51); }

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

border-color css

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

 span { border-color: rgb(254,1,51); }

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