Html Css Color HEX #FC042A Torch Red

📋 copy color: '#FC042A'

red 252 ◦ green 4 ◦ blue 42

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

Shades of Torch Red #FC042A

Tints of Torch Red #FC042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 84.56%
G = 1.34%
B = 14.09%

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

#FC042A (or 0xFC042A) is known color: Torch Red. HEX triplet: FC, 04 and 2A. RGB value is (252,4,42). Sum of RGB (Red+Green+Blue) = 252+4+42=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC042A is #03FBD5. Grayscale: #525252. Windows color (decimal): -261078 or 2753788. OLE color: 2753788.

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

Color convert

RGB 252 4 42 -
CMYK 0 0.98 0.83 0.01
HSL 350.81º 0.98% 0.5% -
HSV(B) 350.81º 0.98% 0.99% -
XYZ 40.61 20.95 4.09 -
YUV 82.48 105.16 248.91 -
System Red Green Blue C M Y K H S L
Decimal 252 4 42 0 0.98 0.83 0.01 350.81 0.98 0.5
Hex FC 4 2A 0 62 53 1 15F 62 32
Octal 374 4 52 0 142 123 1 537 142 62
Binary 11111100 100 101010 0 1100010 1010011 1 101011111 1100010 110010

Color Harmonies of #FC042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC042A

Black with #FC042A

Text Example


Text Example

White with #FC042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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