Html Css Color HEX #FE1352 Torch Red

📋 copy color: '#FE1352'

red 254 ◦ green 19 ◦ blue 82

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

Shades of Torch Red #FE1352

Tints of Torch Red #FE1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 71.55%
G = 5.35%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE1352 (or 0xFE1352) is known color: Torch Red. HEX triplet: FE, 13 and 52. RGB value is (254,19,82). Sum of RGB (Red+Green+Blue) = 254+19+82=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1352 is #01ECAD. Grayscale: #606060. Windows color (decimal): -126126 or 5379070. OLE color: 5379070.

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

Color convert

RGB 254 19 82 -
CMYK 0 0.93 0.68 0.00
HSL 343.91º 0.99% 0.54% -
HSV(B) 343.91º 0.93% 1% -
XYZ 42.63 22.15 10.01 -
YUV 96.45 119.86 240.38 -
System Red Green Blue C M Y K H S L
Decimal 254 19 82 0 0.93 0.68 0.00 343.91 0.99 0.54
Hex FE 13 52 0 5D 44 0 158 63 36
Octal 376 23 122 0 135 104 0 530 143 66
Binary 11111110 10011 1010010 0 1011101 1000100 0 101011000 1100011 110110

Color Harmonies of #FE1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1352

Black with #FE1352

Text Example


Text Example

White with #FE1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1352; }

 p { color: rgb(254,19,82); }

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

background-color css

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

 a { background-color: rgb(254,19,82); }

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

border-color css

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

 span { border-color: rgb(254,19,82); }

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