Html Css Color HEX #FE1848 Torch Red

📋 copy color: '#FE1848'

red 254 ◦ green 24 ◦ blue 72

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

Shades of Torch Red #FE1848

Tints of Torch Red #FE1848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 72.57%
G = 6.86%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE1848 (or 0xFE1848) is known color: Torch Red. HEX triplet: FE, 18 and 48. RGB value is (254,24,72). Sum of RGB (Red+Green+Blue) = 254+24+72=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1848 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1848 is #01E7B7. Grayscale: #626262. Windows color (decimal): -124856 or 4724990. OLE color: 4724990.

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

Color convert

RGB 254 24 72 -
CMYK 0 0.91 0.72 0.00
HSL 347.48º 0.99% 0.55% -
HSV(B) 347.48º 0.91% 1% -
XYZ 42.37 22.19 8.18 -
YUV 98.24 113.2 239.1 -
System Red Green Blue C M Y K H S L
Decimal 254 24 72 0 0.91 0.72 0.00 347.48 0.99 0.55
Hex FE 18 48 0 5B 48 0 15B 63 37
Octal 376 30 110 0 133 110 0 533 143 67
Binary 11111110 11000 1001000 0 1011011 1001000 0 101011011 1100011 110111

Color Harmonies of #FE1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1848

Black with #FE1848

Text Example


Text Example

White with #FE1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1848; }

 p { color: rgb(254,24,72); }

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

background-color css

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

 a { background-color: rgb(254,24,72); }

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

border-color css

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

 span { border-color: rgb(254,24,72); }

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