Html Css Color HEX #FE1330 Torch Red

📋 copy color: '#FE1330'

red 254 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #FE1330

Tints of Torch Red #FE1330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 79.13%
G = 5.92%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE1330 (or 0xFE1330) is known color: Torch Red. HEX triplet: FE, 13 and 30. RGB value is (254,19,48). Sum of RGB (Red+Green+Blue) = 254+19+48=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1330 is #01ECCF. Grayscale: #5C5C5C. Windows color (decimal): -126160 or 3150846. OLE color: 3150846.

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

Color convert

RGB 254 19 48 -
CMYK 0 0.93 0.81 0.00
HSL 352.6º 0.99% 0.54% -
HSV(B) 352.6º 0.93% 1% -
XYZ 41.64 21.75 4.8 -
YUV 92.57 102.86 243.14 -
System Red Green Blue C M Y K H S L
Decimal 254 19 48 0 0.93 0.81 0.00 352.6 0.99 0.54
Hex FE 13 30 0 5D 51 0 161 63 36
Octal 376 23 60 0 135 121 0 541 143 66
Binary 11111110 10011 110000 0 1011101 1010001 0 101100001 1100011 110110

Color Harmonies of #FE1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1330

Black with #FE1330

Text Example


Text Example

White with #FE1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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