Html Css Color HEX #FE1840 Torch Red

📋 copy color: '#FE1840'

red 254 ◦ green 24 ◦ blue 64

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

Shades of Torch Red #FE1840

Tints of Torch Red #FE1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 74.27%
G = 7.02%
B = 18.71%

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

#FE1840 (or 0xFE1840) is known color: Torch Red. HEX triplet: FE, 18 and 40. RGB value is (254,24,64). Sum of RGB (Red+Green+Blue) = 254+24+64=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1840 is #01E7BF. Grayscale: #616161. Windows color (decimal): -124864 or 4200702. OLE color: 4200702.

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

Color convert

RGB 254 24 64 -
CMYK 0 0.91 0.75 0.00
HSL 349.57º 0.99% 0.55% -
HSV(B) 349.57º 0.91% 1% -
XYZ 42.13 22.09 6.89 -
YUV 97.33 109.2 239.75 -
System Red Green Blue C M Y K H S L
Decimal 254 24 64 0 0.91 0.75 0.00 349.57 0.99 0.55
Hex FE 18 40 0 5B 4B 0 15E 63 37
Octal 376 30 100 0 133 113 0 536 143 67
Binary 11111110 11000 1000000 0 1011011 1001011 0 101011110 1100011 110111

Color Harmonies of #FE1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1840

Black with #FE1840

Text Example


Text Example

White with #FE1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1840; }

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

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

background-color css

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

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

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

border-color css

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

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

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