Html Css Color HEX #FE2527 Torch Red

📋 copy color: '#FE2527'

red 254 ◦ green 37 ◦ blue 39

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

Shades of Torch Red #FE2527

Tints of Torch Red #FE2527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 76.97%
G = 11.21%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE2527 (or 0xFE2527) is known color: Torch Red. HEX triplet: FE, 25 and 27. RGB value is (254,37,39). Sum of RGB (Red+Green+Blue) = 254+37+39=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2527 is #01DAD8. Grayscale: #666666. Windows color (decimal): -121561 or 2565630. OLE color: 2565630.

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

Color convert

RGB 254 37 39 -
CMYK 0 0.85 0.85 0.00
HSL 359.45º 0.99% 0.57% -
HSV(B) 359.45º 0.85% 1% -
XYZ 41.9 22.54 4.06 -
YUV 102.11 92.39 236.34 -
System Red Green Blue C M Y K H S L
Decimal 254 37 39 0 0.85 0.85 0.00 359.45 0.99 0.57
Hex FE 25 27 0 55 55 0 167 63 39
Octal 376 45 47 0 125 125 0 547 143 71
Binary 11111110 100101 100111 0 1010101 1010101 0 101100111 1100011 111001

Color Harmonies of #FE2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2527

Black with #FE2527

Text Example


Text Example

White with #FE2527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2527; }

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

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

background-color css

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

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

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

border-color css

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

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

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