Html Css Color HEX #FE0B41 Torch Red

📋 copy color: '#FE0B41'

red 254 ◦ green 11 ◦ blue 65

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

Shades of Torch Red #FE0B41

Tints of Torch Red #FE0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 76.97%
G = 3.33%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE0B41 (or 0xFE0B41) is known color: Torch Red. HEX triplet: FE, 0B and 41. RGB value is (254,11,65). Sum of RGB (Red+Green+Blue) = 254+11+65=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0B41 is #01F4BE. Grayscale: #595959. Windows color (decimal): -128191 or 4262910. OLE color: 4262910.

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

Color convert

RGB 254 11 65 -
CMYK 0 0.96 0.74 0.00
HSL 346.67º 0.99% 0.52% -
HSV(B) 346.67º 0.96% 1% -
XYZ 41.95 21.69 6.98 -
YUV 89.81 114.01 245.11 -
System Red Green Blue C M Y K H S L
Decimal 254 11 65 0 0.96 0.74 0.00 346.67 0.99 0.52
Hex FE B 41 0 60 4A 0 15B 63 34
Octal 376 13 101 0 140 112 0 533 143 64
Binary 11111110 1011 1000001 0 1100000 1001010 0 101011011 1100011 110100

Color Harmonies of #FE0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B41

Black with #FE0B41

Text Example


Text Example

White with #FE0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B41; }

 p { color: rgb(254,11,65); }

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

background-color css

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

 a { background-color: rgb(254,11,65); }

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

border-color css

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

 span { border-color: rgb(254,11,65); }

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