Html Css Color HEX #FC093E Torch Red

📋 copy color: '#FC093E'

red 252 ◦ green 9 ◦ blue 62

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

Shades of Torch Red #FC093E

Tints of Torch Red #FC093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.2%

R = 78.02%
G = 2.79%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC093E (or 0xFC093E) is known color: Torch Red. HEX triplet: FC, 09 and 3E. RGB value is (252,9,62). Sum of RGB (Red+Green+Blue) = 252+9+62=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC093E is #03F6C1. Grayscale: #575757. Windows color (decimal): -259778 or 4065788. OLE color: 4065788.

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

Color convert

RGB 252 9 62 -
CMYK 0 0.96 0.75 0.01
HSL 346.91º 0.98% 0.51% -
HSV(B) 346.91º 0.96% 0.99% -
XYZ 41.11 21.24 6.49 -
YUV 87.7 113.51 245.19 -
System Red Green Blue C M Y K H S L
Decimal 252 9 62 0 0.96 0.75 0.01 346.91 0.98 0.51
Hex FC 9 3E 0 60 4B 1 15B 62 33
Octal 374 11 76 0 140 113 1 533 142 63
Binary 11111100 1001 111110 0 1100000 1001011 1 101011011 1100010 110011

Color Harmonies of #FC093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC093E

Black with #FC093E

Text Example


Text Example

White with #FC093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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