Html Css Color HEX #FE0434 Torch Red

📋 copy color: '#FE0434'

red 254 ◦ green 4 ◦ blue 52

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

Shades of Torch Red #FE0434

Tints of Torch Red #FE0434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 81.94%
G = 1.29%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE0434 (or 0xFE0434) is known color: Torch Red. HEX triplet: FE, 04 and 34. RGB value is (254,4,52). Sum of RGB (Red+Green+Blue) = 254+4+52=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0434 is #01FBCB. Grayscale: #545454. Windows color (decimal): -129996 or 3409150. OLE color: 3409150.

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

Color convert

RGB 254 4 52 -
CMYK 0 0.98 0.80 0.00
HSL 348.48º 0.99% 0.51% -
HSV(B) 348.48º 0.98% 1% -
XYZ 41.54 21.41 5.19 -
YUV 84.22 109.83 249.1 -
System Red Green Blue C M Y K H S L
Decimal 254 4 52 0 0.98 0.80 0.00 348.48 0.99 0.51
Hex FE 4 34 0 62 50 0 15C 63 33
Octal 376 4 64 0 142 120 0 534 143 63
Binary 11111110 100 110100 0 1100010 1010000 0 101011100 1100011 110011

Color Harmonies of #FE0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0434

Black with #FE0434

Text Example


Text Example

White with #FE0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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