Html Css Color HEX #FE233A Torch Red

📋 copy color: '#FE233A'

red 254 ◦ green 35 ◦ blue 58

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

Shades of Torch Red #FE233A

Tints of Torch Red #FE233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 73.2%
G = 10.09%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE233A (or 0xFE233A) is known color: Torch Red. HEX triplet: FE, 23 and 3A. RGB value is (254,35,58). Sum of RGB (Red+Green+Blue) = 254+35+58=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE233A is #01DCC5. Grayscale: #676767. Windows color (decimal): -122054 or 3810302. OLE color: 3810302.

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

Color convert

RGB 254 35 58 -
CMYK 0 0.86 0.77 0.00
HSL 353.7º 0.99% 0.57% -
HSV(B) 353.7º 0.86% 1% -
XYZ 42.24 22.58 6.13 -
YUV 103.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 254 35 58 0 0.86 0.77 0.00 353.7 0.99 0.57
Hex FE 23 3A 0 56 4D 0 162 63 39
Octal 376 43 72 0 126 115 0 542 143 71
Binary 11111110 100011 111010 0 1010110 1001101 0 101100010 1100011 111001

Color Harmonies of #FE233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE233A

Black with #FE233A

Text Example


Text Example

White with #FE233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE233A; }

 p { color: rgb(254,35,58); }

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

background-color css

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

 a { background-color: rgb(254,35,58); }

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

border-color css

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

 span { border-color: rgb(254,35,58); }

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