Html Css Color HEX #FC051F Torch Red

📋 copy color: '#FC051F'

red 252 ◦ green 5 ◦ blue 31

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

Shades of Torch Red #FC051F

Tints of Torch Red #FC051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 87.5%
G = 1.74%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC051F (or 0xFC051F) is known color: Torch Red. HEX triplet: FC, 05 and 1F. RGB value is (252,5,31). Sum of RGB (Red+Green+Blue) = 252+5+31=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC051F is #03FAE0. Grayscale: #515151. Windows color (decimal): -260833 or 2033148. OLE color: 2033148.

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

Color convert

RGB 252 5 31 -
CMYK 0 0.98 0.88 0.01
HSL 353.68º 0.98% 0.5% -
HSV(B) 353.68º 0.98% 0.99% -
XYZ 40.45 20.9 3.2 -
YUV 81.82 99.33 249.39 -
System Red Green Blue C M Y K H S L
Decimal 252 5 31 0 0.98 0.88 0.01 353.68 0.98 0.5
Hex FC 5 1F 0 62 58 1 162 62 32
Octal 374 5 37 0 142 130 1 542 142 62
Binary 11111100 101 11111 0 1100010 1011000 1 101100010 1100010 110010

Color Harmonies of #FC051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC051F

Black with #FC051F

Text Example


Text Example

White with #FC051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC051F; }

 p { color: rgb(252,5,31); }

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

background-color css

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

 a { background-color: rgb(252,5,31); }

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

border-color css

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

 span { border-color: rgb(252,5,31); }

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