Html Css Color HEX #FC052A Torch Red

📋 copy color: '#FC052A'

red 252 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #FC052A

Tints of Torch Red #FC052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 84.28%
G = 1.67%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC052A (or 0xFC052A) is known color: Torch Red. HEX triplet: FC, 05 and 2A. RGB value is (252,5,42). Sum of RGB (Red+Green+Blue) = 252+5+42=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC052A is #03FAD5. Grayscale: #535353. Windows color (decimal): -260822 or 2754044. OLE color: 2754044.

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

Color convert

RGB 252 5 42 -
CMYK 0 0.98 0.83 0.01
HSL 351.01º 0.98% 0.5% -
HSV(B) 351.01º 0.98% 0.99% -
XYZ 40.62 20.97 4.1 -
YUV 83.07 104.83 248.49 -
System Red Green Blue C M Y K H S L
Decimal 252 5 42 0 0.98 0.83 0.01 351.01 0.98 0.5
Hex FC 5 2A 0 62 53 1 15F 62 32
Octal 374 5 52 0 142 123 1 537 142 62
Binary 11111100 101 101010 0 1100010 1010011 1 101011111 1100010 110010

Color Harmonies of #FC052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC052A

Black with #FC052A

Text Example


Text Example

White with #FC052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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