Html Css Color HEX #FE2542 Torch Red

📋 copy color: '#FE2542'

red 254 ◦ green 37 ◦ blue 66

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

Shades of Torch Red #FE2542

Tints of Torch Red #FE2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 71.15%
G = 10.36%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE2542 (or 0xFE2542) is known color: Torch Red. HEX triplet: FE, 25 and 42. RGB value is (254,37,66). Sum of RGB (Red+Green+Blue) = 254+37+66=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2542 is #01DABD. Grayscale: #696969. Windows color (decimal): -121534 or 4335102. OLE color: 4335102.

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

Color convert

RGB 254 37 66 -
CMYK 0 0.85 0.74 0.00
HSL 351.98º 0.99% 0.57% -
HSV(B) 351.98º 0.85% 1% -
XYZ 42.52 22.79 7.31 -
YUV 105.19 105.89 234.14 -
System Red Green Blue C M Y K H S L
Decimal 254 37 66 0 0.85 0.74 0.00 351.98 0.99 0.57
Hex FE 25 42 0 55 4A 0 160 63 39
Octal 376 45 102 0 125 112 0 540 143 71
Binary 11111110 100101 1000010 0 1010101 1001010 0 101100000 1100011 111001

Color Harmonies of #FE2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2542

Black with #FE2542

Text Example


Text Example

White with #FE2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2542; }

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

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

background-color css

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

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

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

border-color css

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

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

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