Html Css Color HEX #FC0726 Torch Red

📋 copy color: '#FC0726'

red 252 ◦ green 7 ◦ blue 38

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

Shades of Torch Red #FC0726

Tints of Torch Red #FC0726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 84.85%
G = 2.36%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC0726 (or 0xFC0726) is known color: Torch Red. HEX triplet: FC, 07 and 26. RGB value is (252,7,38). Sum of RGB (Red+Green+Blue) = 252+7+38=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0726 is #03F8D9. Grayscale: #535353. Windows color (decimal): -260314 or 2492412. OLE color: 2492412.

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

Color convert

RGB 252 7 38 -
CMYK 0 0.97 0.85 0.01
HSL 352.41º 0.98% 0.51% -
HSV(B) 352.41º 0.97% 0.99% -
XYZ 40.57 20.99 3.75 -
YUV 83.79 102.17 247.98 -
System Red Green Blue C M Y K H S L
Decimal 252 7 38 0 0.97 0.85 0.01 352.41 0.98 0.51
Hex FC 7 26 0 61 55 1 160 62 33
Octal 374 7 46 0 141 125 1 540 142 63
Binary 11111100 111 100110 0 1100001 1010101 1 101100000 1100010 110011

Color Harmonies of #FC0726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0726

Black with #FC0726

Text Example


Text Example

White with #FC0726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0726; }

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

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

background-color css

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

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

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

border-color css

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

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

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