Html Css Color HEX #FE020C Torch Red

📋 copy color: '#FE020C'

red 254 ◦ green 2 ◦ blue 12

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

Shades of Torch Red #FE020C

Tints of Torch Red #FE020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 94.78%
G = 0.75%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE020C (or 0xFE020C) is known color: Torch Red. HEX triplet: FE, 02 and 0C. RGB value is (254,2,12). Sum of RGB (Red+Green+Blue) = 254+2+12=268 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.78% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 254 - color contains mainly: red. Hex color #FE020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE020C is #01FDF3. Grayscale: #4E4E4E. Windows color (decimal): -130548 or 787198. OLE color: 787198.

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

Color convert

RGB 254 2 12 -
CMYK 0 0.99 0.95 0.00
HSL 357.62º 0.99% 0.5% -
HSV(B) 357.62º 0.99% 1% -
XYZ 40.96 21.14 2.27 -
YUV 78.49 90.49 253.19 -
System Red Green Blue C M Y K H S L
Decimal 254 2 12 0 0.99 0.95 0.00 357.62 0.99 0.5
Hex FE 2 C 0 63 5F 0 166 63 32
Octal 376 2 14 0 143 137 0 546 143 62
Binary 11111110 10 1100 0 1100011 1011111 0 101100110 1100011 110010

Color Harmonies of #FE020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE020C

Black with #FE020C

Text Example


Text Example

White with #FE020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE020C; }

 p { color: rgb(254,2,12); }

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

background-color css

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

 a { background-color: rgb(254,2,12); }

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

border-color css

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

 span { border-color: rgb(254,2,12); }

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