Html Css Color HEX #FC072B Torch Red

📋 copy color: '#FC072B'

red 252 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #FC072B

Tints of Torch Red #FC072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 83.44%
G = 2.32%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC072B (or 0xFC072B) is known color: Torch Red. HEX triplet: FC, 07 and 2B. RGB value is (252,7,43). Sum of RGB (Red+Green+Blue) = 252+7+43=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072B is #03F8D4. Grayscale: #545454. Windows color (decimal): -260309 or 2820092. OLE color: 2820092.

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

Color convert

RGB 252 7 43 -
CMYK 0 0.97 0.83 0.01
HSL 351.18º 0.98% 0.51% -
HSV(B) 351.18º 0.97% 0.99% -
XYZ 40.66 21.02 4.2 -
YUV 84.36 104.67 247.57 -
System Red Green Blue C M Y K H S L
Decimal 252 7 43 0 0.97 0.83 0.01 351.18 0.98 0.51
Hex FC 7 2B 0 61 53 1 15F 62 33
Octal 374 7 53 0 141 123 1 537 142 63
Binary 11111100 111 101011 0 1100001 1010011 1 101011111 1100010 110011

Color Harmonies of #FC072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC072B

Black with #FC072B

Text Example


Text Example

White with #FC072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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