Html Css Color HEX #FE252D Torch Red

📋 copy color: '#FE252D'

red 254 ◦ green 37 ◦ blue 45

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

Shades of Torch Red #FE252D

Tints of Torch Red #FE252D

RGB

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

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

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

R = 75.6%
G = 11.01%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE252D (or 0xFE252D) is known color: Torch Red. HEX triplet: FE, 25 and 2D. RGB value is (254,37,45). Sum of RGB (Red+Green+Blue) = 254+37+45=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE252D is #01DAD2. Grayscale: #666666. Windows color (decimal): -121555 or 2958846. OLE color: 2958846.

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

Color convert

RGB 254 37 45 -
CMYK 0 0.85 0.82 0.00
HSL 357.79º 0.99% 0.57% -
HSV(B) 357.79º 0.85% 1% -
XYZ 42.01 22.58 4.63 -
YUV 102.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 254 37 45 0 0.85 0.82 0.00 357.79 0.99 0.57
Hex FE 25 2D 0 55 52 0 166 63 39
Octal 376 45 55 0 125 122 0 546 143 71
Binary 11111110 100101 101101 0 1010101 1010010 0 101100110 1100011 111001

Color Harmonies of #FE252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE252D

Black with #FE252D

Text Example


Text Example

White with #FE252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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