Html Css Color HEX #FC0737 Torch Red

📋 copy color: '#FC0737'

red 252 ◦ green 7 ◦ blue 55

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

Shades of Torch Red #FC0737

Tints of Torch Red #FC0737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 80.25%
G = 2.23%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC0737 (or 0xFC0737) is known color: Torch Red. HEX triplet: FC, 07 and 37. RGB value is (252,7,55). Sum of RGB (Red+Green+Blue) = 252+7+55=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0737 is #03F8C8. Grayscale: #555555. Windows color (decimal): -260297 or 3606524. OLE color: 3606524.

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

Color convert

RGB 252 7 55 -
CMYK 0 0.97 0.78 0.01
HSL 348.24º 0.98% 0.51% -
HSV(B) 348.24º 0.97% 0.99% -
XYZ 40.91 21.12 5.54 -
YUV 85.73 110.67 246.6 -
System Red Green Blue C M Y K H S L
Decimal 252 7 55 0 0.97 0.78 0.01 348.24 0.98 0.51
Hex FC 7 37 0 61 4E 1 15C 62 33
Octal 374 7 67 0 141 116 1 534 142 63
Binary 11111100 111 110111 0 1100001 1001110 1 101011100 1100010 110011

Color Harmonies of #FC0737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0737

Black with #FC0737

Text Example


Text Example

White with #FC0737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0737; }

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

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

background-color css

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

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

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

border-color css

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

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

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