Html Css Color HEX #FC0C19 Torch Red

📋 copy color: '#FC0C19'

red 252 ◦ green 12 ◦ blue 25

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

Shades of Torch Red #FC0C19

Tints of Torch Red #FC0C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

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

R = 87.2%
G = 4.15%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0C19 (or 0xFC0C19) is known color: Torch Red. HEX triplet: FC, 0C and 19. RGB value is (252,12,25). Sum of RGB (Red+Green+Blue) = 252+12+25=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C19 is #03F3E6. Grayscale: #555555. Windows color (decimal): -259047 or 1641724. OLE color: 1641724.

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

Color convert

RGB 252 12 25 -
CMYK 0 0.95 0.90 0.01
HSL 356.75º 0.98% 0.52% -
HSV(B) 356.75º 0.95% 0.99% -
XYZ 40.45 21.03 2.85 -
YUV 85.24 94.01 246.94 -
System Red Green Blue C M Y K H S L
Decimal 252 12 25 0 0.95 0.90 0.01 356.75 0.98 0.52
Hex FC C 19 0 5F 5A 1 165 62 34
Octal 374 14 31 0 137 132 1 545 142 64
Binary 11111100 1100 11001 0 1011111 1011010 1 101100101 1100010 110100

Color Harmonies of #FC0C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C19

Black with #FC0C19

Text Example


Text Example

White with #FC0C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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