Html Css Color HEX #FE0024 Torch Red

📋 copy color: '#FE0024'

red 254 ◦ green 0 ◦ blue 36

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

Shades of Torch Red #FE0024

Tints of Torch Red #FE0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.59%
G = 0%
B = 12.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE0024 (or 0xFE0024) is known color: Torch Red. HEX triplet: FE, 00 and 24. RGB value is (254,0,36). Sum of RGB (Red+Green+Blue) = 254+0+36=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0024 is #01FFDB. Grayscale: #505050. Windows color (decimal): -131036 or 2359550. OLE color: 2359550.

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

Color convert

RGB 254 0 36 -
CMYK 0 1 0.86 0.00
HSL 351.5º 1% 0.5% -
HSV(B) 351.5º 1% 1% -
XYZ 41.19 21.2 3.59 -
YUV 80.05 103.15 252.07 -
System Red Green Blue C M Y K H S L
Decimal 254 0 36 0 1 0.86 0.00 351.5 1 0.5
Hex FE 0 24 0 64 56 0 15F 64 32
Octal 376 0 44 0 144 126 0 537 144 62
Binary 11111110 0 100100 0 1100100 1010110 0 101011111 1100100 110010

Color Harmonies of #FE0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0024

Black with #FE0024

Text Example


Text Example

White with #FE0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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