Html Css Color HEX #FC041A Torch Red

📋 copy color: '#FC041A'

red 252 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #FC041A

Tints of Torch Red #FC041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 89.36%
G = 1.42%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC041A (or 0xFC041A) is known color: Torch Red. HEX triplet: FC, 04 and 1A. RGB value is (252,4,26). Sum of RGB (Red+Green+Blue) = 252+4+26=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC041A is #03FBE5. Grayscale: #505050. Windows color (decimal): -261094 or 1705212. OLE color: 1705212.

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

Color convert

RGB 252 4 26 -
CMYK 0 0.98 0.90 0.01
HSL 354.68º 0.98% 0.5% -
HSV(B) 354.68º 0.98% 0.99% -
XYZ 40.37 20.86 2.88 -
YUV 80.66 97.16 250.21 -
System Red Green Blue C M Y K H S L
Decimal 252 4 26 0 0.98 0.90 0.01 354.68 0.98 0.5
Hex FC 4 1A 0 62 5A 1 163 62 32
Octal 374 4 32 0 142 132 1 543 142 62
Binary 11111100 100 11010 0 1100010 1011010 1 101100011 1100010 110010

Color Harmonies of #FC041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC041A

Black with #FC041A

Text Example


Text Example

White with #FC041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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