Html Css Color HEX #FE0518 Torch Red

📋 copy color: '#FE0518'

red 254 ◦ green 5 ◦ blue 24

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

Shades of Torch Red #FE0518

Tints of Torch Red #FE0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 89.75%
G = 1.77%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE0518 (or 0xFE0518) is known color: Torch Red. HEX triplet: FE, 05 and 18. RGB value is (254,5,24). Sum of RGB (Red+Green+Blue) = 254+5+24=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0518 is #01FAE7. Grayscale: #515151. Windows color (decimal): -129768 or 1574398. OLE color: 1574398.

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

Color convert

RGB 254 5 24 -
CMYK 0 0.98 0.91 0.00
HSL 355.42º 0.99% 0.51% -
HSV(B) 355.42º 0.98% 1% -
XYZ 41.09 21.25 2.8 -
YUV 81.62 95.49 250.96 -
System Red Green Blue C M Y K H S L
Decimal 254 5 24 0 0.98 0.91 0.00 355.42 0.99 0.51
Hex FE 5 18 0 62 5B 0 163 63 33
Octal 376 5 30 0 142 133 0 543 143 63
Binary 11111110 101 11000 0 1100010 1011011 0 101100011 1100011 110011

Color Harmonies of #FE0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0518

Black with #FE0518

Text Example


Text Example

White with #FE0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0518; }

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

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

background-color css

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

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

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

border-color css

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

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

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