Html Css Color HEX #FE0428 Torch Red

📋 copy color: '#FE0428'

red 254 ◦ green 4 ◦ blue 40

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

Shades of Torch Red #FE0428

Tints of Torch Red #FE0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 85.23%
G = 1.34%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE0428 (or 0xFE0428) is known color: Torch Red. HEX triplet: FE, 04 and 28. RGB value is (254,4,40). Sum of RGB (Red+Green+Blue) = 254+4+40=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0428 is #01FBD7. Grayscale: #525252. Windows color (decimal): -130008 or 2622718. OLE color: 2622718.

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

Color convert

RGB 254 4 40 -
CMYK 0 0.98 0.84 0.00
HSL 351.36º 0.99% 0.51% -
HSV(B) 351.36º 0.98% 1% -
XYZ 41.3 21.31 3.94 -
YUV 82.85 103.83 250.07 -
System Red Green Blue C M Y K H S L
Decimal 254 4 40 0 0.98 0.84 0.00 351.36 0.99 0.51
Hex FE 4 28 0 62 54 0 15F 63 33
Octal 376 4 50 0 142 124 0 537 143 63
Binary 11111110 100 101000 0 1100010 1010100 0 101011111 1100011 110011

Color Harmonies of #FE0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0428

Black with #FE0428

Text Example


Text Example

White with #FE0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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