Html Css Color HEX #FC0939 Torch Red

📋 copy color: '#FC0939'

red 252 ◦ green 9 ◦ blue 57

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

Shades of Torch Red #FC0939

Tints of Torch Red #FC0939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 79.25%
G = 2.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC0939 (or 0xFC0939) is known color: Torch Red. HEX triplet: FC, 09 and 39. RGB value is (252,9,57). Sum of RGB (Red+Green+Blue) = 252+9+57=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0939 is #03F6C6. Grayscale: #575757. Windows color (decimal): -259783 or 3738108. OLE color: 3738108.

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

Color convert

RGB 252 9 57 -
CMYK 0 0.96 0.77 0.01
HSL 348.15º 0.98% 0.51% -
HSV(B) 348.15º 0.96% 0.99% -
XYZ 40.98 21.19 5.8 -
YUV 87.13 111.01 245.6 -
System Red Green Blue C M Y K H S L
Decimal 252 9 57 0 0.96 0.77 0.01 348.15 0.98 0.51
Hex FC 9 39 0 60 4D 1 15C 62 33
Octal 374 11 71 0 140 115 1 534 142 63
Binary 11111100 1001 111001 0 1100000 1001101 1 101011100 1100010 110011

Color Harmonies of #FC0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0939

Black with #FC0939

Text Example


Text Example

White with #FC0939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0939; }

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

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

background-color css

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

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

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

border-color css

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

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

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