Html Css Color HEX #FE2446 Torch Red

📋 copy color: '#FE2446'

red 254 ◦ green 36 ◦ blue 70

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

Shades of Torch Red #FE2446

Tints of Torch Red #FE2446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 70.56%
G = 10%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE2446 (or 0xFE2446) is known color: Torch Red. HEX triplet: FE, 24 and 46. RGB value is (254,36,70). Sum of RGB (Red+Green+Blue) = 254+36+70=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2446 is #01DBB9. Grayscale: #696969. Windows color (decimal): -121786 or 4596990. OLE color: 4596990.

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

Color convert

RGB 254 36 70 -
CMYK 0 0.86 0.72 0.00
HSL 350.64º 0.99% 0.57% -
HSV(B) 350.64º 0.86% 1% -
XYZ 42.61 22.77 7.94 -
YUV 105.06 108.22 234.24 -
System Red Green Blue C M Y K H S L
Decimal 254 36 70 0 0.86 0.72 0.00 350.64 0.99 0.57
Hex FE 24 46 0 56 48 0 15F 63 39
Octal 376 44 106 0 126 110 0 537 143 71
Binary 11111110 100100 1000110 0 1010110 1001000 0 101011111 1100011 111001

Color Harmonies of #FE2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2446

Black with #FE2446

Text Example


Text Example

White with #FE2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2446; }

 p { color: rgb(254,36,70); }

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

background-color css

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

 a { background-color: rgb(254,36,70); }

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

border-color css

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

 span { border-color: rgb(254,36,70); }

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