Html Css Color HEX #FE133D Torch Red

📋 copy color: '#FE133D'

red 254 ◦ green 19 ◦ blue 61

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

Shades of Torch Red #FE133D

Tints of Torch Red #FE133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 76.05%
G = 5.69%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE133D (or 0xFE133D) is known color: Torch Red. HEX triplet: FE, 13 and 3D. RGB value is (254,19,61). Sum of RGB (Red+Green+Blue) = 254+19+61=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE133D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE133D is #01ECC2. Grayscale: #5E5E5E. Windows color (decimal): -126147 or 4002814. OLE color: 4002814.

HSL color Cylindrical-coordinate representation of color #FE133D: hue angle of 349.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE133D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 19 61 -
CMYK 0 0.93 0.76 0.00
HSL 349.28º 0.99% 0.54% -
HSV(B) 349.28º 0.93% 1% -
XYZ 41.95 21.87 6.43 -
YUV 94.05 109.36 242.08 -
System Red Green Blue C M Y K H S L
Decimal 254 19 61 0 0.93 0.76 0.00 349.28 0.99 0.54
Hex FE 13 3D 0 5D 4C 0 15D 63 36
Octal 376 23 75 0 135 114 0 535 143 66
Binary 11111110 10011 111101 0 1011101 1001100 0 101011101 1100011 110110

Color Harmonies of #FE133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE133D

Black with #FE133D

Text Example


Text Example

White with #FE133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE133D; }

 p { color: rgb(254,19,61); }

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

background-color css

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

 a { background-color: rgb(254,19,61); }

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

border-color css

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

 span { border-color: rgb(254,19,61); }

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