Html Css Color HEX #FE0038 Torch Red

📋 copy color: '#FE0038'

red 254 ◦ green 0 ◦ blue 56

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

Shades of Torch Red #FE0038

Tints of Torch Red #FE0038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 81.94%
G = 0%
B = 18.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE0038 (or 0xFE0038) is known color: Torch Red. HEX triplet: FE, 00 and 38. RGB value is (254,0,56). Sum of RGB (Red+Green+Blue) = 254+0+56=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0038 is #01FFC7. Grayscale: #525252. Windows color (decimal): -131016 or 3670270. OLE color: 3670270.

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

Color convert

RGB 254 0 56 -
CMYK 0 1 0.78 0.00
HSL 346.77º 1% 0.5% -
HSV(B) 346.77º 1% 1% -
XYZ 41.59 21.36 5.67 -
YUV 82.33 113.15 250.45 -
System Red Green Blue C M Y K H S L
Decimal 254 0 56 0 1 0.78 0.00 346.77 1 0.5
Hex FE 0 38 0 64 4E 0 15B 64 32
Octal 376 0 70 0 144 116 0 533 144 62
Binary 11111110 0 111000 0 1100100 1001110 0 101011011 1100100 110010

Color Harmonies of #FE0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0038

Black with #FE0038

Text Example


Text Example

White with #FE0038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0038; }

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

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

background-color css

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

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

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

border-color css

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

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

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