Html Css Color HEX #FC081F Torch Red

📋 copy color: '#FC081F'

red 252 ◦ green 8 ◦ blue 31

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

Shades of Torch Red #FC081F

Tints of Torch Red #FC081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 86.6%
G = 2.75%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC081F (or 0xFC081F) is known color: Torch Red. HEX triplet: FC, 08 and 1F. RGB value is (252,8,31). Sum of RGB (Red+Green+Blue) = 252+8+31=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC081F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC081F is #03F7E0. Grayscale: #535353. Windows color (decimal): -260065 or 2033916. OLE color: 2033916.

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

Color convert

RGB 252 8 31 -
CMYK 0 0.97 0.88 0.01
HSL 354.34º 0.98% 0.51% -
HSV(B) 354.34º 0.97% 0.99% -
XYZ 40.48 20.97 3.21 -
YUV 83.58 98.34 248.13 -
System Red Green Blue C M Y K H S L
Decimal 252 8 31 0 0.97 0.88 0.01 354.34 0.98 0.51
Hex FC 8 1F 0 61 58 1 162 62 33
Octal 374 10 37 0 141 130 1 542 142 63
Binary 11111100 1000 11111 0 1100001 1011000 1 101100010 1100010 110011

Color Harmonies of #FC081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC081F

Black with #FC081F

Text Example


Text Example

White with #FC081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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