Html Css Color HEX #FE1437 Torch Red

📋 copy color: '#FE1437'

red 254 ◦ green 20 ◦ blue 55

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

Shades of Torch Red #FE1437

Tints of Torch Red #FE1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 77.2%
G = 6.08%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE1437 (or 0xFE1437) is known color: Torch Red. HEX triplet: FE, 14 and 37. RGB value is (254,20,55). Sum of RGB (Red+Green+Blue) = 254+20+55=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1437 is #01EBC8. Grayscale: #5E5E5E. Windows color (decimal): -125897 or 3609854. OLE color: 3609854.

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

Color convert

RGB 254 20 55 -
CMYK 0 0.92 0.78 0.00
HSL 351.03º 0.99% 0.54% -
HSV(B) 351.03º 0.92% 1% -
XYZ 41.81 21.85 5.63 -
YUV 93.96 106.02 242.15 -
System Red Green Blue C M Y K H S L
Decimal 254 20 55 0 0.92 0.78 0.00 351.03 0.99 0.54
Hex FE 14 37 0 5C 4E 0 15F 63 36
Octal 376 24 67 0 134 116 0 537 143 66
Binary 11111110 10100 110111 0 1011100 1001110 0 101011111 1100011 110110

Color Harmonies of #FE1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1437

Black with #FE1437

Text Example


Text Example

White with #FE1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1437; }

 p { color: rgb(254,20,55); }

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

background-color css

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

 a { background-color: rgb(254,20,55); }

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

border-color css

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

 span { border-color: rgb(254,20,55); }

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