Html Css Color HEX #FC001B Torch Red

📋 copy color: '#FC001B'

red 252 ◦ green 0 ◦ blue 27

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

Shades of Torch Red #FC001B

Tints of Torch Red #FC001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 90.32%
G = 0%
B = 9.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC001B (or 0xFC001B) is known color: Torch Red. HEX triplet: FC, 00 and 1B. RGB value is (252,0,27). Sum of RGB (Red+Green+Blue) = 252+0+27=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC001B is #03FFE4. Grayscale: #4E4E4E. Windows color (decimal): -262117 or 1769724. OLE color: 1769724.

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

Color convert

RGB 252 0 27 -
CMYK 0 1 0.89 0.01
HSL 353.57º 1% 0.49% -
HSV(B) 353.57º 1% 0.99% -
XYZ 40.34 20.77 2.92 -
YUV 78.43 98.99 251.8 -
System Red Green Blue C M Y K H S L
Decimal 252 0 27 0 1 0.89 0.01 353.57 1 0.49
Hex FC 0 1B 0 64 59 1 162 64 31
Octal 374 0 33 0 144 131 1 542 144 61
Binary 11111100 0 11011 0 1100100 1011001 1 101100010 1100100 110001

Color Harmonies of #FC001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC001B

Black with #FC001B

Text Example


Text Example

White with #FC001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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