Html Css Color HEX #FE2536 Torch Red

📋 copy color: '#FE2536'

red 254 ◦ green 37 ◦ blue 54

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

Shades of Torch Red #FE2536

Tints of Torch Red #FE2536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 73.62%
G = 10.72%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE2536 (or 0xFE2536) is known color: Torch Red. HEX triplet: FE, 25 and 36. RGB value is (254,37,54). Sum of RGB (Red+Green+Blue) = 254+37+54=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2536 is #01DAC9. Grayscale: #676767. Windows color (decimal): -121546 or 3548670. OLE color: 3548670.

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

Color convert

RGB 254 37 54 -
CMYK 0 0.85 0.79 0.00
HSL 355.3º 0.99% 0.57% -
HSV(B) 355.3º 0.85% 1% -
XYZ 42.2 22.66 5.64 -
YUV 103.82 99.89 235.12 -
System Red Green Blue C M Y K H S L
Decimal 254 37 54 0 0.85 0.79 0.00 355.3 0.99 0.57
Hex FE 25 36 0 55 4F 0 163 63 39
Octal 376 45 66 0 125 117 0 543 143 71
Binary 11111110 100101 110110 0 1010101 1001111 0 101100011 1100011 111001

Color Harmonies of #FE2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2536

Black with #FE2536

Text Example


Text Example

White with #FE2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2536; }

 p { color: rgb(254,37,54); }

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

background-color css

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

 a { background-color: rgb(254,37,54); }

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

border-color css

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

 span { border-color: rgb(254,37,54); }

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