Html Css Color HEX #FE223B Torch Red

📋 copy color: '#FE223B'

red 254 ◦ green 34 ◦ blue 59

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

Shades of Torch Red #FE223B

Tints of Torch Red #FE223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 73.2%
G = 9.8%
B = 17%

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

#FE223B (or 0xFE223B) is known color: Torch Red. HEX triplet: FE, 22 and 3B. RGB value is (254,34,59). Sum of RGB (Red+Green+Blue) = 254+34+59=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE223B is #01DDC4. Grayscale: #666666. Windows color (decimal): -122309 or 3875582. OLE color: 3875582.

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

Color convert

RGB 254 34 59 -
CMYK 0 0.87 0.77 0.00
HSL 353.18º 0.99% 0.56% -
HSV(B) 353.18º 0.87% 1% -
XYZ 42.23 22.53 6.26 -
YUV 102.63 103.39 235.97 -
System Red Green Blue C M Y K H S L
Decimal 254 34 59 0 0.87 0.77 0.00 353.18 0.99 0.56
Hex FE 22 3B 0 57 4D 0 161 63 38
Octal 376 42 73 0 127 115 0 541 143 70
Binary 11111110 100010 111011 0 1010111 1001101 0 101100001 1100011 111000

Color Harmonies of #FE223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE223B

Black with #FE223B

Text Example


Text Example

White with #FE223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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