Html Css Color HEX #FC061C Torch Red

📋 copy color: '#FC061C'

red 252 ◦ green 6 ◦ blue 28

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

Shades of Torch Red #FC061C

Tints of Torch Red #FC061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 88.11%
G = 2.1%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC061C (or 0xFC061C) is known color: Torch Red. HEX triplet: FC, 06 and 1C. RGB value is (252,6,28). Sum of RGB (Red+Green+Blue) = 252+6+28=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC061C is #03F9E3. Grayscale: #525252. Windows color (decimal): -260580 or 1836796. OLE color: 1836796.

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

Color convert

RGB 252 6 28 -
CMYK 0 0.98 0.89 0.01
HSL 354.63º 0.98% 0.51% -
HSV(B) 354.63º 0.98% 0.99% -
XYZ 40.42 20.91 3 -
YUV 82.06 97.5 249.21 -
System Red Green Blue C M Y K H S L
Decimal 252 6 28 0 0.98 0.89 0.01 354.63 0.98 0.51
Hex FC 6 1C 0 62 59 1 163 62 33
Octal 374 6 34 0 142 131 1 543 142 63
Binary 11111100 110 11100 0 1100010 1011001 1 101100011 1100010 110011

Color Harmonies of #FC061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC061C

Black with #FC061C

Text Example


Text Example

White with #FC061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC061C; }

 p { color: rgb(252,6,28); }

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

background-color css

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

 a { background-color: rgb(252,6,28); }

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

border-color css

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

 span { border-color: rgb(252,6,28); }

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