Html Css Color HEX #FC1019 Torch Red

📋 copy color: '#FC1019'

red 252 ◦ green 16 ◦ blue 25

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

Shades of Torch Red #FC1019

Tints of Torch Red #FC1019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

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

R = 86.01%
G = 5.46%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC1019 (or 0xFC1019) is known color: Torch Red. HEX triplet: FC, 10 and 19. RGB value is (252,16,25). Sum of RGB (Red+Green+Blue) = 252+16+25=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1019 is #03EFE6. Grayscale: #575757. Windows color (decimal): -258023 or 1642748. OLE color: 1642748.

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

Color convert

RGB 252 16 25 -
CMYK 0 0.94 0.90 0.01
HSL 357.71º 0.98% 0.53% -
HSV(B) 357.71º 0.94% 0.99% -
XYZ 40.51 21.14 2.86 -
YUV 87.59 92.69 245.27 -
System Red Green Blue C M Y K H S L
Decimal 252 16 25 0 0.94 0.90 0.01 357.71 0.98 0.53
Hex FC 10 19 0 5E 5A 1 166 62 35
Octal 374 20 31 0 136 132 1 546 142 65
Binary 11111100 10000 11001 0 1011110 1011010 1 101100110 1100010 110101

Color Harmonies of #FC1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1019

Black with #FC1019

Text Example


Text Example

White with #FC1019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1019; }

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

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

background-color css

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

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

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

border-color css

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

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

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