Html Css Color HEX #FE0338 Torch Red

📋 copy color: '#FE0338'

red 254 ◦ green 3 ◦ blue 56

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

Shades of Torch Red #FE0338

Tints of Torch Red #FE0338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 81.15%
G = 0.96%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE0338 (or 0xFE0338) is known color: Torch Red. HEX triplet: FE, 03 and 38. RGB value is (254,3,56). Sum of RGB (Red+Green+Blue) = 254+3+56=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0338 is #01FCC7. Grayscale: #545454. Windows color (decimal): -130248 or 3671038. OLE color: 3671038.

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

Color convert

RGB 254 3 56 -
CMYK 0 0.99 0.78 0.00
HSL 347.33º 0.99% 0.5% -
HSV(B) 347.33º 0.99% 1% -
XYZ 41.62 21.42 5.68 -
YUV 84.09 112.16 249.19 -
System Red Green Blue C M Y K H S L
Decimal 254 3 56 0 0.99 0.78 0.00 347.33 0.99 0.5
Hex FE 3 38 0 63 4E 0 15B 63 32
Octal 376 3 70 0 143 116 0 533 143 62
Binary 11111110 11 111000 0 1100011 1001110 0 101011011 1100011 110010

Color Harmonies of #FE0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0338

Black with #FE0338

Text Example


Text Example

White with #FE0338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0338; }

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

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

background-color css

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

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

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

border-color css

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

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

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