Html Css Color HEX #FE203F Torch Red

📋 copy color: '#FE203F'

red 254 ◦ green 32 ◦ blue 63

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

Shades of Torch Red #FE203F

Tints of Torch Red #FE203F

RGB

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

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

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

R = 72.78%
G = 9.17%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE203F (or 0xFE203F) is known color: Torch Red. HEX triplet: FE, 20 and 3F. RGB value is (254,32,63). Sum of RGB (Red+Green+Blue) = 254+32+63=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE203F is #01DFC0. Grayscale: #666666. Windows color (decimal): -122817 or 4137214. OLE color: 4137214.

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

Color convert

RGB 254 32 63 -
CMYK 0 0.87 0.75 0.00
HSL 351.62º 0.99% 0.56% -
HSV(B) 351.62º 0.87% 1% -
XYZ 42.29 22.46 6.81 -
YUV 101.91 106.05 236.48 -
System Red Green Blue C M Y K H S L
Decimal 254 32 63 0 0.87 0.75 0.00 351.62 0.99 0.56
Hex FE 20 3F 0 57 4B 0 160 63 38
Octal 376 40 77 0 127 113 0 540 143 70
Binary 11111110 100000 111111 0 1010111 1001011 0 101100000 1100011 111000

Color Harmonies of #FE203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE203F

Black with #FE203F

Text Example


Text Example

White with #FE203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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