Html Css Color HEX #FE203A Torch Red

📋 copy color: '#FE203A'

red 254 ◦ green 32 ◦ blue 58

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

Shades of Torch Red #FE203A

Tints of Torch Red #FE203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 73.84%
G = 9.3%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE203A (or 0xFE203A) is known color: Torch Red. HEX triplet: FE, 20 and 3A. RGB value is (254,32,58). Sum of RGB (Red+Green+Blue) = 254+32+58=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE203A is #01DFC5. Grayscale: #656565. Windows color (decimal): -122822 or 3809534. OLE color: 3809534.

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

Color convert

RGB 254 32 58 -
CMYK 0 0.87 0.77 0.00
HSL 352.97º 0.99% 0.56% -
HSV(B) 352.97º 0.87% 1% -
XYZ 42.15 22.41 6.11 -
YUV 101.34 103.55 236.89 -
System Red Green Blue C M Y K H S L
Decimal 254 32 58 0 0.87 0.77 0.00 352.97 0.99 0.56
Hex FE 20 3A 0 57 4D 0 161 63 38
Octal 376 40 72 0 127 115 0 541 143 70
Binary 11111110 100000 111010 0 1010111 1001101 0 101100001 1100011 111000

Color Harmonies of #FE203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE203A

Black with #FE203A

Text Example


Text Example

White with #FE203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE203A; }

 p { color: rgb(254,32,58); }

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

background-color css

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

 a { background-color: rgb(254,32,58); }

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

border-color css

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

 span { border-color: rgb(254,32,58); }

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