Html Css Color HEX #FC0736 Torch Red

📋 copy color: '#FC0736'

red 252 ◦ green 7 ◦ blue 54

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

Shades of Torch Red #FC0736

Tints of Torch Red #FC0736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 80.51%
G = 2.24%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0736 (or 0xFC0736) is known color: Torch Red. HEX triplet: FC, 07 and 36. RGB value is (252,7,54). Sum of RGB (Red+Green+Blue) = 252+7+54=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0736 is #03F8C9. Grayscale: #555555. Windows color (decimal): -260298 or 3540988. OLE color: 3540988.

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

Color convert

RGB 252 7 54 -
CMYK 0 0.97 0.79 0.01
HSL 348.49º 0.98% 0.51% -
HSV(B) 348.49º 0.97% 0.99% -
XYZ 40.89 21.11 5.41 -
YUV 85.61 110.17 246.68 -
System Red Green Blue C M Y K H S L
Decimal 252 7 54 0 0.97 0.79 0.01 348.49 0.98 0.51
Hex FC 7 36 0 61 4F 1 15C 62 33
Octal 374 7 66 0 141 117 1 534 142 63
Binary 11111100 111 110110 0 1100001 1001111 1 101011100 1100010 110011

Color Harmonies of #FC0736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0736

Black with #FC0736

Text Example


Text Example

White with #FC0736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0736; }

 p { color: rgb(252,7,54); }

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

background-color css

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

 a { background-color: rgb(252,7,54); }

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

border-color css

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

 span { border-color: rgb(252,7,54); }

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