Html Css Color HEX #FC001A Torch Red

📋 copy color: '#FC001A'

red 252 ◦ green 0 ◦ blue 26

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

Shades of Torch Red #FC001A

Tints of Torch Red #FC001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.65%
G = 0%
B = 9.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC001A (or 0xFC001A) is known color: Torch Red. HEX triplet: FC, 00 and 1A. RGB value is (252,0,26). Sum of RGB (Red+Green+Blue) = 252+0+26=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC001A is #03FFE5. Grayscale: #4E4E4E. Windows color (decimal): -262118 or 1704188. OLE color: 1704188.

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

Color convert

RGB 252 0 26 -
CMYK 0 1 0.90 0.01
HSL 353.81º 1% 0.49% -
HSV(B) 353.81º 1% 0.99% -
XYZ 40.33 20.77 2.86 -
YUV 78.31 98.49 251.89 -
System Red Green Blue C M Y K H S L
Decimal 252 0 26 0 1 0.90 0.01 353.81 1 0.49
Hex FC 0 1A 0 64 5A 1 162 64 31
Octal 374 0 32 0 144 132 1 542 144 61
Binary 11111100 0 11010 0 1100100 1011010 1 101100010 1100100 110001

Color Harmonies of #FC001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC001A

Black with #FC001A

Text Example


Text Example

White with #FC001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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