Html Css Color HEX #FE0A2A Torch Red

📋 copy color: '#FE0A2A'

red 254 ◦ green 10 ◦ blue 42

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

Shades of Torch Red #FE0A2A

Tints of Torch Red #FE0A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.27%

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 83.01%
G = 3.27%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE0A2A (or 0xFE0A2A) is known color: Torch Red. HEX triplet: FE, 0A and 2A. RGB value is (254,10,42). Sum of RGB (Red+Green+Blue) = 254+10+42=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0A2A is #01F5D5. Grayscale: #565656. Windows color (decimal): -128470 or 2755326. OLE color: 2755326.

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

Color convert

RGB 254 10 42 -
CMYK 0 0.96 0.83 0.00
HSL 352.13º 0.99% 0.52% -
HSV(B) 352.13º 0.96% 1% -
XYZ 41.4 21.46 4.15 -
YUV 86.6 102.84 247.4 -
System Red Green Blue C M Y K H S L
Decimal 254 10 42 0 0.96 0.83 0.00 352.13 0.99 0.52
Hex FE A 2A 0 60 53 0 160 63 34
Octal 376 12 52 0 140 123 0 540 143 64
Binary 11111110 1010 101010 0 1100000 1010011 0 101100000 1100011 110100

Color Harmonies of #FE0A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0A2A

Black with #FE0A2A

Text Example


Text Example

White with #FE0A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0A2A; }

 p { color: rgb(254,10,42); }

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

background-color css

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

 a { background-color: rgb(254,10,42); }

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

border-color css

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

 span { border-color: rgb(254,10,42); }

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