Html Css Color HEX #FE0336 Torch Red

📋 copy color: '#FE0336'

red 254 ◦ green 3 ◦ blue 54

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

Shades of Torch Red #FE0336

Tints of Torch Red #FE0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 81.67%
G = 0.96%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE0336 (or 0xFE0336) is known color: Torch Red. HEX triplet: FE, 03 and 36. RGB value is (254,3,54). Sum of RGB (Red+Green+Blue) = 254+3+54=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0336 is #01FCC9. Grayscale: #535353. Windows color (decimal): -130250 or 3539966. OLE color: 3539966.

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

Color convert

RGB 254 3 54 -
CMYK 0 0.99 0.79 0.00
HSL 347.81º 0.99% 0.5% -
HSV(B) 347.81º 0.99% 1% -
XYZ 41.57 21.4 5.43 -
YUV 83.86 111.16 249.35 -
System Red Green Blue C M Y K H S L
Decimal 254 3 54 0 0.99 0.79 0.00 347.81 0.99 0.5
Hex FE 3 36 0 63 4F 0 15C 63 32
Octal 376 3 66 0 143 117 0 534 143 62
Binary 11111110 11 110110 0 1100011 1001111 0 101011100 1100011 110010

Color Harmonies of #FE0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0336

Black with #FE0336

Text Example


Text Example

White with #FE0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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