Html Css Color HEX #FE253E Torch Red

📋 copy color: '#FE253E'

red 254 ◦ green 37 ◦ blue 62

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

Shades of Torch Red #FE253E

Tints of Torch Red #FE253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 71.95%
G = 10.48%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE253E (or 0xFE253E) is known color: Torch Red. HEX triplet: FE, 25 and 3E. RGB value is (254,37,62). Sum of RGB (Red+Green+Blue) = 254+37+62=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE253E is #01DAC1. Grayscale: #686868. Windows color (decimal): -121538 or 4072958. OLE color: 4072958.

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

Color convert

RGB 254 37 62 -
CMYK 0 0.85 0.76 0.00
HSL 353.09º 0.99% 0.57% -
HSV(B) 353.09º 0.85% 1% -
XYZ 42.4 22.74 6.71 -
YUV 104.73 103.89 234.47 -
System Red Green Blue C M Y K H S L
Decimal 254 37 62 0 0.85 0.76 0.00 353.09 0.99 0.57
Hex FE 25 3E 0 55 4C 0 161 63 39
Octal 376 45 76 0 125 114 0 541 143 71
Binary 11111110 100101 111110 0 1010101 1001100 0 101100001 1100011 111001

Color Harmonies of #FE253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE253E

Black with #FE253E

Text Example


Text Example

White with #FE253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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