Html Css Color HEX #FE273A Torch Red

📋 copy color: '#FE273A'

red 254 ◦ green 39 ◦ blue 58

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

Shades of Torch Red #FE273A

Tints of Torch Red #FE273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 72.36%
G = 11.11%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE273A (or 0xFE273A) is known color: Torch Red. HEX triplet: FE, 27 and 3A. RGB value is (254,39,58). Sum of RGB (Red+Green+Blue) = 254+39+58=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE273A is #01D8C5. Grayscale: #696969. Windows color (decimal): -121030 or 3811326. OLE color: 3811326.

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

Color convert

RGB 254 39 58 -
CMYK 0 0.85 0.77 0.00
HSL 354.7º 0.99% 0.57% -
HSV(B) 354.7º 0.85% 1% -
XYZ 42.36 22.83 6.18 -
YUV 105.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 254 39 58 0 0.85 0.77 0.00 354.7 0.99 0.57
Hex FE 27 3A 0 55 4D 0 163 63 39
Octal 376 47 72 0 125 115 0 543 143 71
Binary 11111110 100111 111010 0 1010101 1001101 0 101100011 1100011 111001

Color Harmonies of #FE273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE273A

Black with #FE273A

Text Example


Text Example

White with #FE273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE273A; }

 p { color: rgb(254,39,58); }

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

background-color css

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

 a { background-color: rgb(254,39,58); }

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

border-color css

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

 span { border-color: rgb(254,39,58); }

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