Html Css Color HEX #FE233C Torch Red

📋 copy color: '#FE233C'

red 254 ◦ green 35 ◦ blue 60

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

Shades of Torch Red #FE233C

Tints of Torch Red #FE233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 72.78%
G = 10.03%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE233C (or 0xFE233C) is known color: Torch Red. HEX triplet: FE, 23 and 3C. RGB value is (254,35,60). Sum of RGB (Red+Green+Blue) = 254+35+60=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE233C is #01DCC3. Grayscale: #676767. Windows color (decimal): -122052 or 3941374. OLE color: 3941374.

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

Color convert

RGB 254 35 60 -
CMYK 0 0.86 0.76 0.00
HSL 353.15º 0.99% 0.57% -
HSV(B) 353.15º 0.86% 1% -
XYZ 42.29 22.6 6.41 -
YUV 103.33 103.55 235.47 -
System Red Green Blue C M Y K H S L
Decimal 254 35 60 0 0.86 0.76 0.00 353.15 0.99 0.57
Hex FE 23 3C 0 56 4C 0 161 63 39
Octal 376 43 74 0 126 114 0 541 143 71
Binary 11111110 100011 111100 0 1010110 1001100 0 101100001 1100011 111001

Color Harmonies of #FE233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE233C

Black with #FE233C

Text Example


Text Example

White with #FE233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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