Html Css Color HEX #FC002E Torch Red

📋 copy color: '#FC002E'

red 252 ◦ green 0 ◦ blue 46

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

Shades of Torch Red #FC002E

Tints of Torch Red #FC002E

RGB

 RED value IS 252 (98.83% from 255) = 84.56%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 84.56%
G = 0%
B = 15.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC002E (or 0xFC002E) is known color: Torch Red. HEX triplet: FC, 00 and 2E. RGB value is (252,0,46). Sum of RGB (Red+Green+Blue) = 252+0+46=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC002E is #03FFD1. Grayscale: #505050. Windows color (decimal): -262098 or 3014908. OLE color: 3014908.

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

Color convert

RGB 252 0 46 -
CMYK 0 1 0.82 0.01
HSL 349.05º 1% 0.49% -
HSV(B) 349.05º 1% 0.99% -
XYZ 40.64 20.89 4.48 -
YUV 80.59 108.49 250.26 -
System Red Green Blue C M Y K H S L
Decimal 252 0 46 0 1 0.82 0.01 349.05 1 0.49
Hex FC 0 2E 0 64 52 1 15D 64 31
Octal 374 0 56 0 144 122 1 535 144 61
Binary 11111100 0 101110 0 1100100 1010010 1 101011101 1100100 110001

Color Harmonies of #FC002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC002E

Black with #FC002E

Text Example


Text Example

White with #FC002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC002E; }

 p { color: rgb(252,0,46); }

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

background-color css

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

 a { background-color: rgb(252,0,46); }

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

border-color css

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

 span { border-color: rgb(252,0,46); }

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