Html Css Color HEX #FE1842 Torch Red

📋 copy color: '#FE1842'

red 254 ◦ green 24 ◦ blue 66

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

Shades of Torch Red #FE1842

Tints of Torch Red #FE1842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 73.84%
G = 6.98%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE1842 (or 0xFE1842) is known color: Torch Red. HEX triplet: FE, 18 and 42. RGB value is (254,24,66). Sum of RGB (Red+Green+Blue) = 254+24+66=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1842 is #01E7BD. Grayscale: #616161. Windows color (decimal): -124862 or 4331774. OLE color: 4331774.

HSL color Cylindrical-coordinate representation of color #FE1842: hue angle of 349.04º 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 #FE1842 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 24 66 -
CMYK 0 0.91 0.74 0.00
HSL 349.04º 0.99% 0.55% -
HSV(B) 349.04º 0.91% 1% -
XYZ 42.18 22.12 7.2 -
YUV 97.56 110.2 239.58 -
System Red Green Blue C M Y K H S L
Decimal 254 24 66 0 0.91 0.74 0.00 349.04 0.99 0.55
Hex FE 18 42 0 5B 4A 0 15D 63 37
Octal 376 30 102 0 133 112 0 535 143 67
Binary 11111110 11000 1000010 0 1011011 1001010 0 101011101 1100011 110111

Color Harmonies of #FE1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1842

Black with #FE1842

Text Example


Text Example

White with #FE1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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