Html Css Color HEX #FE2842 Torch Red

📋 copy color: '#FE2842'

red 254 ◦ green 40 ◦ blue 66

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

Shades of Torch Red #FE2842

Tints of Torch Red #FE2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 70.56%
G = 11.11%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE2842 (or 0xFE2842) is known color: Torch Red. HEX triplet: FE, 28 and 42. RGB value is (254,40,66). Sum of RGB (Red+Green+Blue) = 254+40+66=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2842 is #01D7BD. Grayscale: #6B6B6B. Windows color (decimal): -120766 or 4335870. OLE color: 4335870.

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

Color convert

RGB 254 40 66 -
CMYK 0 0.84 0.74 0.00
HSL 352.71º 0.99% 0.58% -
HSV(B) 352.71º 0.84% 1% -
XYZ 42.62 22.98 7.34 -
YUV 106.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 254 40 66 0 0.84 0.74 0.00 352.71 0.99 0.58
Hex FE 28 42 0 54 4A 0 161 63 3A
Octal 376 50 102 0 124 112 0 541 143 72
Binary 11111110 101000 1000010 0 1010100 1001010 0 101100001 1100011 111010

Color Harmonies of #FE2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2842

Black with #FE2842

Text Example


Text Example

White with #FE2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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