Html Css Color HEX #FE263F Torch Red

📋 copy color: '#FE263F'

red 254 ◦ green 38 ◦ blue 63

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

Shades of Torch Red #FE263F

Tints of Torch Red #FE263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

 BLUE value IS 63 (25% from 255) = 17.75%

R = 71.55%
G = 10.7%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE263F (or 0xFE263F) is known color: Torch Red. HEX triplet: FE, 26 and 3F. RGB value is (254,38,63). Sum of RGB (Red+Green+Blue) = 254+38+63=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE263F is #01D9C0. Grayscale: #696969. Windows color (decimal): -121281 or 4138750. OLE color: 4138750.

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

Color convert

RGB 254 38 63 -
CMYK 0 0.85 0.75 0.00
HSL 353.06º 0.99% 0.57% -
HSV(B) 353.06º 0.85% 1% -
XYZ 42.46 22.82 6.87 -
YUV 105.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 254 38 63 0 0.85 0.75 0.00 353.06 0.99 0.57
Hex FE 26 3F 0 55 4B 0 161 63 39
Octal 376 46 77 0 125 113 0 541 143 71
Binary 11111110 100110 111111 0 1010101 1001011 0 101100001 1100011 111001

Color Harmonies of #FE263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE263F

Black with #FE263F

Text Example


Text Example

White with #FE263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE263F; }

 p { color: rgb(254,38,63); }

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

background-color css

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

 a { background-color: rgb(254,38,63); }

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

border-color css

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

 span { border-color: rgb(254,38,63); }

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