Html Css Color HEX #FE1824 Torch Red

📋 copy color: '#FE1824'

red 254 ◦ green 24 ◦ blue 36

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

Shades of Torch Red #FE1824

Tints of Torch Red #FE1824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 80.89%
G = 7.64%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE1824 (or 0xFE1824) is known color: Torch Red. HEX triplet: FE, 18 and 24. RGB value is (254,24,36). Sum of RGB (Red+Green+Blue) = 254+24+36=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1824 is #01E7DB. Grayscale: #5E5E5E. Windows color (decimal): -124892 or 2365694. OLE color: 2365694.

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

Color convert

RGB 254 24 36 -
CMYK 0 0.91 0.86 0.00
HSL 356.87º 0.99% 0.55% -
HSV(B) 356.87º 0.91% 1% -
XYZ 41.52 21.85 3.7 -
YUV 94.14 95.2 242.02 -
System Red Green Blue C M Y K H S L
Decimal 254 24 36 0 0.91 0.86 0.00 356.87 0.99 0.55
Hex FE 18 24 0 5B 56 0 165 63 37
Octal 376 30 44 0 133 126 0 545 143 67
Binary 11111110 11000 100100 0 1011011 1010110 0 101100101 1100011 110111

Color Harmonies of #FE1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1824

Black with #FE1824

Text Example


Text Example

White with #FE1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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