Html Css Color HEX #FC092C Torch Red

📋 copy color: '#FC092C'

red 252 ◦ green 9 ◦ blue 44

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

Shades of Torch Red #FC092C

Tints of Torch Red #FC092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 82.62%
G = 2.95%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC092C (or 0xFC092C) is known color: Torch Red. HEX triplet: FC, 09 and 2C. RGB value is (252,9,44). Sum of RGB (Red+Green+Blue) = 252+9+44=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC092C is #03F6D3. Grayscale: #555555. Windows color (decimal): -259796 or 2886140. OLE color: 2886140.

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

Color convert

RGB 252 9 44 -
CMYK 0 0.96 0.83 0.01
HSL 351.36º 0.98% 0.51% -
HSV(B) 351.36º 0.96% 0.99% -
XYZ 40.7 21.07 4.31 -
YUV 85.65 104.51 246.65 -
System Red Green Blue C M Y K H S L
Decimal 252 9 44 0 0.96 0.83 0.01 351.36 0.98 0.51
Hex FC 9 2C 0 60 53 1 15F 62 33
Octal 374 11 54 0 140 123 1 537 142 63
Binary 11111100 1001 101100 0 1100000 1010011 1 101011111 1100010 110011

Color Harmonies of #FC092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC092C

Black with #FC092C

Text Example


Text Example

White with #FC092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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