Html Css Color HEX #FC082A Torch Red

📋 copy color: '#FC082A'

red 252 ◦ green 8 ◦ blue 42

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

Shades of Torch Red #FC082A

Tints of Torch Red #FC082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 83.44%
G = 2.65%
B = 13.91%

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

#FC082A (or 0xFC082A) is known color: Torch Red. HEX triplet: FC, 08 and 2A. RGB value is (252,8,42). Sum of RGB (Red+Green+Blue) = 252+8+42=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC082A is #03F7D5. Grayscale: #545454. Windows color (decimal): -260054 or 2754812. OLE color: 2754812.

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

Color convert

RGB 252 8 42 -
CMYK 0 0.97 0.83 0.01
HSL 351.64º 0.98% 0.51% -
HSV(B) 351.64º 0.97% 0.99% -
XYZ 40.65 21.04 4.11 -
YUV 84.83 103.84 247.24 -
System Red Green Blue C M Y K H S L
Decimal 252 8 42 0 0.97 0.83 0.01 351.64 0.98 0.51
Hex FC 8 2A 0 61 53 1 160 62 33
Octal 374 10 52 0 141 123 1 540 142 63
Binary 11111100 1000 101010 0 1100001 1010011 1 101100000 1100010 110011

Color Harmonies of #FC082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC082A

Black with #FC082A

Text Example


Text Example

White with #FC082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC082A; }

 p { color: rgb(252,8,42); }

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

background-color css

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

 a { background-color: rgb(252,8,42); }

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

border-color css

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

 span { border-color: rgb(252,8,42); }

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