Html Css Color HEX #FC0339 Torch Red

📋 copy color: '#FC0339'

red 252 ◦ green 3 ◦ blue 57

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

Shades of Torch Red #FC0339

Tints of Torch Red #FC0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 80.77%
G = 0.96%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC0339 (or 0xFC0339) is known color: Torch Red. HEX triplet: FC, 03 and 39. RGB value is (252,3,57). Sum of RGB (Red+Green+Blue) = 252+3+57=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0339 is #03FCC6. Grayscale: #535353. Windows color (decimal): -261319 or 3736572. OLE color: 3736572.

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

Color convert

RGB 252 3 57 -
CMYK 0 0.99 0.77 0.01
HSL 346.99º 0.98% 0.5% -
HSV(B) 346.99º 0.99% 0.99% -
XYZ 40.92 21.06 5.78 -
YUV 83.61 112.99 248.11 -
System Red Green Blue C M Y K H S L
Decimal 252 3 57 0 0.99 0.77 0.01 346.99 0.98 0.5
Hex FC 3 39 0 63 4D 1 15B 62 32
Octal 374 3 71 0 143 115 1 533 142 62
Binary 11111100 11 111001 0 1100011 1001101 1 101011011 1100010 110010

Color Harmonies of #FC0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0339

Black with #FC0339

Text Example


Text Example

White with #FC0339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0339; }

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

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

background-color css

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

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

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

border-color css

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

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

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