Html Css Color HEX #FC093C Torch Red

📋 copy color: '#FC093C'

red 252 ◦ green 9 ◦ blue 60

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

Shades of Torch Red #FC093C

Tints of Torch Red #FC093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 78.5%
G = 2.8%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC093C (or 0xFC093C) is known color: Torch Red. HEX triplet: FC, 09 and 3C. RGB value is (252,9,60). Sum of RGB (Red+Green+Blue) = 252+9+60=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC093C is #03F6C3. Grayscale: #575757. Windows color (decimal): -259780 or 3934716. OLE color: 3934716.

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

Color convert

RGB 252 9 60 -
CMYK 0 0.96 0.76 0.01
HSL 347.41º 0.98% 0.51% -
HSV(B) 347.41º 0.96% 0.99% -
XYZ 41.06 21.22 6.21 -
YUV 87.47 112.51 245.35 -
System Red Green Blue C M Y K H S L
Decimal 252 9 60 0 0.96 0.76 0.01 347.41 0.98 0.51
Hex FC 9 3C 0 60 4C 1 15B 62 33
Octal 374 11 74 0 140 114 1 533 142 63
Binary 11111100 1001 111100 0 1100000 1001100 1 101011011 1100010 110011

Color Harmonies of #FC093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC093C

Black with #FC093C

Text Example


Text Example

White with #FC093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC093C; }

 p { color: rgb(252,9,60); }

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

background-color css

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

 a { background-color: rgb(252,9,60); }

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

border-color css

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

 span { border-color: rgb(252,9,60); }

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