Html Css Color HEX #FE1323 Torch Red

📋 copy color: '#FE1323'

red 254 ◦ green 19 ◦ blue 35

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

Shades of Torch Red #FE1323

Tints of Torch Red #FE1323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 82.47%
G = 6.17%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE1323 (or 0xFE1323) is known color: Torch Red. HEX triplet: FE, 13 and 23. RGB value is (254,19,35). Sum of RGB (Red+Green+Blue) = 254+19+35=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1323 is #01ECDC. Grayscale: #5B5B5B. Windows color (decimal): -126173 or 2298878. OLE color: 2298878.

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

Color convert

RGB 254 19 35 -
CMYK 0 0.93 0.86 0.00
HSL 355.91º 0.99% 0.54% -
HSV(B) 355.91º 0.93% 1% -
XYZ 41.41 21.66 3.59 -
YUV 91.09 96.36 244.2 -
System Red Green Blue C M Y K H S L
Decimal 254 19 35 0 0.93 0.86 0.00 355.91 0.99 0.54
Hex FE 13 23 0 5D 56 0 164 63 36
Octal 376 23 43 0 135 126 0 544 143 66
Binary 11111110 10011 100011 0 1011101 1010110 0 101100100 1100011 110110

Color Harmonies of #FE1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1323

Black with #FE1323

Text Example


Text Example

White with #FE1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1323; }

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

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

background-color css

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

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

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

border-color css

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

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

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