Html Css Color HEX #FE2534 Torch Red

📋 copy color: '#FE2534'

red 254 ◦ green 37 ◦ blue 52

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

Shades of Torch Red #FE2534

Tints of Torch Red #FE2534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 74.05%
G = 10.79%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE2534 (or 0xFE2534) is known color: Torch Red. HEX triplet: FE, 25 and 34. RGB value is (254,37,52). Sum of RGB (Red+Green+Blue) = 254+37+52=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2534 is #01DACB. Grayscale: #676767. Windows color (decimal): -121548 or 3417598. OLE color: 3417598.

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

Color convert

RGB 254 37 52 -
CMYK 0 0.85 0.80 0.00
HSL 355.85º 0.99% 0.57% -
HSV(B) 355.85º 0.85% 1% -
XYZ 42.15 22.64 5.4 -
YUV 103.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 254 37 52 0 0.85 0.80 0.00 355.85 0.99 0.57
Hex FE 25 34 0 55 50 0 164 63 39
Octal 376 45 64 0 125 120 0 544 143 71
Binary 11111110 100101 110100 0 1010101 1010000 0 101100100 1100011 111001

Color Harmonies of #FE2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2534

Black with #FE2534

Text Example


Text Example

White with #FE2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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