Html Css Color HEX #FE0F3E Torch Red

📋 copy color: '#FE0F3E'

red 254 ◦ green 15 ◦ blue 62

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

Shades of Torch Red #FE0F3E

Tints of Torch Red #FE0F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 76.74%
G = 4.53%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE0F3E (or 0xFE0F3E) is known color: Torch Red. HEX triplet: FE, 0F and 3E. RGB value is (254,15,62). Sum of RGB (Red+Green+Blue) = 254+15+62=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F3E is #01F0C1. Grayscale: #5B5B5B. Windows color (decimal): -127170 or 4067326. OLE color: 4067326.

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

Color convert

RGB 254 15 62 -
CMYK 0 0.94 0.76 0.00
HSL 348.2º 0.99% 0.53% -
HSV(B) 348.2º 0.94% 1% -
XYZ 41.91 21.76 6.55 -
YUV 91.82 111.18 243.68 -
System Red Green Blue C M Y K H S L
Decimal 254 15 62 0 0.94 0.76 0.00 348.2 0.99 0.53
Hex FE F 3E 0 5E 4C 0 15C 63 35
Octal 376 17 76 0 136 114 0 534 143 65
Binary 11111110 1111 111110 0 1011110 1001100 0 101011100 1100011 110101

Color Harmonies of #FE0F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F3E

Black with #FE0F3E

Text Example


Text Example

White with #FE0F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F3E; }

 p { color: rgb(254,15,62); }

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

background-color css

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

 a { background-color: rgb(254,15,62); }

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

border-color css

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

 span { border-color: rgb(254,15,62); }

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