Html Css Color HEX #FE0531 Torch Red

📋 copy color: '#FE0531'

red 254 ◦ green 5 ◦ blue 49

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

Shades of Torch Red #FE0531

Tints of Torch Red #FE0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 82.47%
G = 1.62%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE0531 (or 0xFE0531) is known color: Torch Red. HEX triplet: FE, 05 and 31. RGB value is (254,5,49). Sum of RGB (Red+Green+Blue) = 254+5+49=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0531 is #01FACE. Grayscale: #545454. Windows color (decimal): -129743 or 3212798. OLE color: 3212798.

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

Color convert

RGB 254 5 49 -
CMYK 0 0.98 0.81 0.00
HSL 349.4º 0.99% 0.51% -
HSV(B) 349.4º 0.98% 1% -
XYZ 41.48 21.4 4.85 -
YUV 84.47 107.99 248.92 -
System Red Green Blue C M Y K H S L
Decimal 254 5 49 0 0.98 0.81 0.00 349.4 0.99 0.51
Hex FE 5 31 0 62 51 0 15D 63 33
Octal 376 5 61 0 142 121 0 535 143 63
Binary 11111110 101 110001 0 1100010 1010001 0 101011101 1100011 110011

Color Harmonies of #FE0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0531

Black with #FE0531

Text Example


Text Example

White with #FE0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0531; }

 p { color: rgb(254,5,49); }

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

background-color css

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

 a { background-color: rgb(254,5,49); }

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

border-color css

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

 span { border-color: rgb(254,5,49); }

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