Html Css Color HEX #FE252F Torch Red

📋 copy color: '#FE252F'

red 254 ◦ green 37 ◦ blue 47

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

Shades of Torch Red #FE252F

Tints of Torch Red #FE252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 75.15%
G = 10.95%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE252F (or 0xFE252F) is known color: Torch Red. HEX triplet: FE, 25 and 2F. RGB value is (254,37,47). Sum of RGB (Red+Green+Blue) = 254+37+47=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE252F is #01DAD0. Grayscale: #676767. Windows color (decimal): -121553 or 3089918. OLE color: 3089918.

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

Color convert

RGB 254 37 47 -
CMYK 0 0.85 0.81 0.00
HSL 357.24º 0.99% 0.57% -
HSV(B) 357.24º 0.85% 1% -
XYZ 42.05 22.6 4.84 -
YUV 103.02 96.39 235.69 -
System Red Green Blue C M Y K H S L
Decimal 254 37 47 0 0.85 0.81 0.00 357.24 0.99 0.57
Hex FE 25 2F 0 55 51 0 165 63 39
Octal 376 45 57 0 125 121 0 545 143 71
Binary 11111110 100101 101111 0 1010101 1010001 0 101100101 1100011 111001

Color Harmonies of #FE252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE252F

Black with #FE252F

Text Example


Text Example

White with #FE252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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