Html Css Color HEX #FE0527 Torch Red

📋 copy color: '#FE0527'

red 254 ◦ green 5 ◦ blue 39

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

Shades of Torch Red #FE0527

Tints of Torch Red #FE0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 85.23%
G = 1.68%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE0527 (or 0xFE0527) is known color: Torch Red. HEX triplet: FE, 05 and 27. RGB value is (254,5,39). Sum of RGB (Red+Green+Blue) = 254+5+39=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0527 is #01FAD8. Grayscale: #535353. Windows color (decimal): -129753 or 2557438. OLE color: 2557438.

HSL color Cylindrical-coordinate representation of color #FE0527: hue angle of 351.81º 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 #FE0527 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 5 39 -
CMYK 0 0.98 0.85 0.00
HSL 351.81º 0.99% 0.51% -
HSV(B) 351.81º 0.98% 1% -
XYZ 41.29 21.33 3.86 -
YUV 83.33 102.99 249.74 -
System Red Green Blue C M Y K H S L
Decimal 254 5 39 0 0.98 0.85 0.00 351.81 0.99 0.51
Hex FE 5 27 0 62 55 0 160 63 33
Octal 376 5 47 0 142 125 0 540 143 63
Binary 11111110 101 100111 0 1100010 1010101 0 101100000 1100011 110011

Color Harmonies of #FE0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0527

Black with #FE0527

Text Example


Text Example

White with #FE0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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