Html Css Color HEX #FE263B Torch Red

📋 copy color: '#FE263B'

red 254 ◦ green 38 ◦ blue 59

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

Shades of Torch Red #FE263B

Tints of Torch Red #FE263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 72.36%
G = 10.83%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE263B (or 0xFE263B) is known color: Torch Red. HEX triplet: FE, 26 and 3B. RGB value is (254,38,59). Sum of RGB (Red+Green+Blue) = 254+38+59=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE263B is #01D9C4. Grayscale: #696969. Windows color (decimal): -121285 or 3876606. OLE color: 3876606.

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

Color convert

RGB 254 38 59 -
CMYK 0 0.85 0.77 0.00
HSL 354.17º 0.99% 0.57% -
HSV(B) 354.17º 0.85% 1% -
XYZ 42.36 22.77 6.3 -
YUV 104.98 102.06 234.29 -
System Red Green Blue C M Y K H S L
Decimal 254 38 59 0 0.85 0.77 0.00 354.17 0.99 0.57
Hex FE 26 3B 0 55 4D 0 162 63 39
Octal 376 46 73 0 125 115 0 542 143 71
Binary 11111110 100110 111011 0 1010101 1001101 0 101100010 1100011 111001

Color Harmonies of #FE263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE263B

Black with #FE263B

Text Example


Text Example

White with #FE263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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