Html Css Color HEX #FE1640 Torch Red

📋 copy color: '#FE1640'

red 254 ◦ green 22 ◦ blue 64

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

Shades of Torch Red #FE1640

Tints of Torch Red #FE1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.47%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 74.71%
G = 6.47%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE1640 (or 0xFE1640) is known color: Torch Red. HEX triplet: FE, 16 and 40. RGB value is (254,22,64). Sum of RGB (Red+Green+Blue) = 254+22+64=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1640 is #01E9BF. Grayscale: #606060. Windows color (decimal): -125376 or 4200190. OLE color: 4200190.

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

Color convert

RGB 254 22 64 -
CMYK 0 0.91 0.75 0.00
HSL 349.14º 0.99% 0.54% -
HSV(B) 349.14º 0.91% 1% -
XYZ 42.09 22.01 6.88 -
YUV 96.16 109.86 240.58 -
System Red Green Blue C M Y K H S L
Decimal 254 22 64 0 0.91 0.75 0.00 349.14 0.99 0.54
Hex FE 16 40 0 5B 4B 0 15D 63 36
Octal 376 26 100 0 133 113 0 535 143 66
Binary 11111110 10110 1000000 0 1011011 1001011 0 101011101 1100011 110110

Color Harmonies of #FE1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1640

Black with #FE1640

Text Example


Text Example

White with #FE1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1640; }

 p { color: rgb(254,22,64); }

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

background-color css

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

 a { background-color: rgb(254,22,64); }

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

border-color css

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

 span { border-color: rgb(254,22,64); }

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