Html Css Color HEX #FE033C Torch Red

📋 copy color: '#FE033C'

red 254 ◦ green 3 ◦ blue 60

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

Shades of Torch Red #FE033C

Tints of Torch Red #FE033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 80.13%
G = 0.95%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE033C (or 0xFE033C) is known color: Torch Red. HEX triplet: FE, 03 and 3C. RGB value is (254,3,60). Sum of RGB (Red+Green+Blue) = 254+3+60=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE033C is #01FCC3. Grayscale: #545454. Windows color (decimal): -130244 or 3933182. OLE color: 3933182.

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

Color convert

RGB 254 3 60 -
CMYK 0 0.99 0.76 0.00
HSL 346.37º 0.99% 0.5% -
HSV(B) 346.37º 0.99% 1% -
XYZ 41.72 21.46 6.22 -
YUV 84.55 114.16 248.87 -
System Red Green Blue C M Y K H S L
Decimal 254 3 60 0 0.99 0.76 0.00 346.37 0.99 0.5
Hex FE 3 3C 0 63 4C 0 15A 63 32
Octal 376 3 74 0 143 114 0 532 143 62
Binary 11111110 11 111100 0 1100011 1001100 0 101011010 1100011 110010

Color Harmonies of #FE033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE033C

Black with #FE033C

Text Example


Text Example

White with #FE033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE033C; }

 p { color: rgb(254,3,60); }

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

background-color css

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

 a { background-color: rgb(254,3,60); }

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

border-color css

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

 span { border-color: rgb(254,3,60); }

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