Html Css Color HEX #FE2441 Torch Red

📋 copy color: '#FE2441'

red 254 ◦ green 36 ◦ blue 65

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

Shades of Torch Red #FE2441

Tints of Torch Red #FE2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.14%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 71.55%
G = 10.14%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE2441 (or 0xFE2441) is known color: Torch Red. HEX triplet: FE, 24 and 41. RGB value is (254,36,65). Sum of RGB (Red+Green+Blue) = 254+36+65=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2441 is #01DBBE. Grayscale: #686868. Windows color (decimal): -121791 or 4269310. OLE color: 4269310.

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

Color convert

RGB 254 36 65 -
CMYK 0 0.86 0.74 0.00
HSL 352.02º 0.99% 0.57% -
HSV(B) 352.02º 0.86% 1% -
XYZ 42.46 22.71 7.15 -
YUV 104.49 105.72 234.64 -
System Red Green Blue C M Y K H S L
Decimal 254 36 65 0 0.86 0.74 0.00 352.02 0.99 0.57
Hex FE 24 41 0 56 4A 0 160 63 39
Octal 376 44 101 0 126 112 0 540 143 71
Binary 11111110 100100 1000001 0 1010110 1001010 0 101100000 1100011 111001

Color Harmonies of #FE2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2441

Black with #FE2441

Text Example


Text Example

White with #FE2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2441; }

 p { color: rgb(254,36,65); }

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

background-color css

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

 a { background-color: rgb(254,36,65); }

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

border-color css

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

 span { border-color: rgb(254,36,65); }

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