Html Css Color HEX #FE1328 Torch Red

📋 copy color: '#FE1328'

red 254 ◦ green 19 ◦ blue 40

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

Shades of Torch Red #FE1328

Tints of Torch Red #FE1328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 81.15%
G = 6.07%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE1328 (or 0xFE1328) is known color: Torch Red. HEX triplet: FE, 13 and 28. RGB value is (254,19,40). Sum of RGB (Red+Green+Blue) = 254+19+40=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1328 is #01ECD7. Grayscale: #5B5B5B. Windows color (decimal): -126168 or 2626558. OLE color: 2626558.

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

Color convert

RGB 254 19 40 -
CMYK 0 0.93 0.84 0.00
HSL 354.64º 0.99% 0.54% -
HSV(B) 354.64º 0.93% 1% -
XYZ 41.49 21.69 4.01 -
YUV 91.66 98.86 243.79 -
System Red Green Blue C M Y K H S L
Decimal 254 19 40 0 0.93 0.84 0.00 354.64 0.99 0.54
Hex FE 13 28 0 5D 54 0 163 63 36
Octal 376 23 50 0 135 124 0 543 143 66
Binary 11111110 10011 101000 0 1011101 1010100 0 101100011 1100011 110110

Color Harmonies of #FE1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1328

Black with #FE1328

Text Example


Text Example

White with #FE1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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