Html Css Color HEX #FC0019 Torch Red

📋 copy color: '#FC0019'

red 252 ◦ green 0 ◦ blue 25

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

Shades of Torch Red #FC0019

Tints of Torch Red #FC0019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 90.97%
G = 0%
B = 9.03%

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

#FC0019 (or 0xFC0019) is known color: Torch Red. HEX triplet: FC, 00 and 19. RGB value is (252,0,25). Sum of RGB (Red+Green+Blue) = 252+0+25=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0019 is #03FFE6. Grayscale: #4E4E4E. Windows color (decimal): -262119 or 1638652. OLE color: 1638652.

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

Color convert

RGB 252 0 25 -
CMYK 0 1 0.90 0.01
HSL 354.05º 1% 0.49% -
HSV(B) 354.05º 1% 0.99% -
XYZ 40.32 20.77 2.8 -
YUV 78.2 97.99 251.97 -
System Red Green Blue C M Y K H S L
Decimal 252 0 25 0 1 0.90 0.01 354.05 1 0.49
Hex FC 0 19 0 64 5A 1 162 64 31
Octal 374 0 31 0 144 132 1 542 144 61
Binary 11111100 0 11001 0 1100100 1011010 1 101100010 1100100 110001

Color Harmonies of #FC0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0019

Black with #FC0019

Text Example


Text Example

White with #FC0019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0019; }

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

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

background-color css

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

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

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

border-color css

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

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

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