Html Css Color HEX #FE232D Torch Red

📋 copy color: '#FE232D'

red 254 ◦ green 35 ◦ blue 45

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

Shades of Torch Red #FE232D

Tints of Torch Red #FE232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 76.05%
G = 10.48%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE232D (or 0xFE232D) is known color: Torch Red. HEX triplet: FE, 23 and 2D. RGB value is (254,35,45). Sum of RGB (Red+Green+Blue) = 254+35+45=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE232D is #01DCD2. Grayscale: #656565. Windows color (decimal): -122067 or 2958334. OLE color: 2958334.

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

Color convert

RGB 254 35 45 -
CMYK 0 0.86 0.82 0.00
HSL 357.26º 0.99% 0.57% -
HSV(B) 357.26º 0.86% 1% -
XYZ 41.95 22.46 4.61 -
YUV 101.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 254 35 45 0 0.86 0.82 0.00 357.26 0.99 0.57
Hex FE 23 2D 0 56 52 0 165 63 39
Octal 376 43 55 0 126 122 0 545 143 71
Binary 11111110 100011 101101 0 1010110 1010010 0 101100101 1100011 111001

Color Harmonies of #FE232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE232D

Black with #FE232D

Text Example


Text Example

White with #FE232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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