Html Css Color HEX #FC002F Torch Red

📋 copy color: '#FC002F'

red 252 ◦ green 0 ◦ blue 47

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

Shades of Torch Red #FC002F

Tints of Torch Red #FC002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 84.28%
G = 0%
B = 15.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC002F (or 0xFC002F) is known color: Torch Red. HEX triplet: FC, 00 and 2F. RGB value is (252,0,47). Sum of RGB (Red+Green+Blue) = 252+0+47=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC002F is #03FFD0. Grayscale: #505050. Windows color (decimal): -262097 or 3080444. OLE color: 3080444.

HSL color Cylindrical-coordinate representation of color #FC002F: hue angle of 348.81º 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 #FC002F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 47 -
CMYK 0 1 0.81 0.01
HSL 348.81º 1% 0.49% -
HSV(B) 348.81º 1% 0.99% -
XYZ 40.66 20.9 4.58 -
YUV 80.71 108.99 250.18 -
System Red Green Blue C M Y K H S L
Decimal 252 0 47 0 1 0.81 0.01 348.81 1 0.49
Hex FC 0 2F 0 64 51 1 15D 64 31
Octal 374 0 57 0 144 121 1 535 144 61
Binary 11111100 0 101111 0 1100100 1010001 1 101011101 1100100 110001

Color Harmonies of #FC002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC002F

Black with #FC002F

Text Example


Text Example

White with #FC002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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