Html Css Color HEX #FE223F Torch Red

📋 copy color: '#FE223F'

red 254 ◦ green 34 ◦ blue 63

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

Shades of Torch Red #FE223F

Tints of Torch Red #FE223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 72.36%
G = 9.69%
B = 17.95%

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

#FE223F (or 0xFE223F) is known color: Torch Red. HEX triplet: FE, 22 and 3F. RGB value is (254,34,63). Sum of RGB (Red+Green+Blue) = 254+34+63=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE223F is #01DDC0. Grayscale: #676767. Windows color (decimal): -122305 or 4137726. OLE color: 4137726.

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

Color convert

RGB 254 34 63 -
CMYK 0 0.87 0.75 0.00
HSL 352.09º 0.99% 0.56% -
HSV(B) 352.09º 0.87% 1% -
XYZ 42.34 22.57 6.83 -
YUV 103.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 254 34 63 0 0.87 0.75 0.00 352.09 0.99 0.56
Hex FE 22 3F 0 57 4B 0 160 63 38
Octal 376 42 77 0 127 113 0 540 143 70
Binary 11111110 100010 111111 0 1010111 1001011 0 101100000 1100011 111000

Color Harmonies of #FE223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE223F

Black with #FE223F

Text Example


Text Example

White with #FE223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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