Html Css Color HEX #FC0919 Torch Red

📋 copy color: '#FC0919'

red 252 ◦ green 9 ◦ blue 25

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

Shades of Torch Red #FC0919

Tints of Torch Red #FC0919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 88.11%
G = 3.15%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0919 (or 0xFC0919) is known color: Torch Red. HEX triplet: FC, 09 and 19. RGB value is (252,9,25). Sum of RGB (Red+Green+Blue) = 252+9+25=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0919 is #03F6E6. Grayscale: #535353. Windows color (decimal): -259815 or 1640956. OLE color: 1640956.

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

Color convert

RGB 252 9 25 -
CMYK 0 0.96 0.90 0.01
HSL 356.05º 0.98% 0.51% -
HSV(B) 356.05º 0.96% 0.99% -
XYZ 40.42 20.96 2.84 -
YUV 83.48 95.01 248.2 -
System Red Green Blue C M Y K H S L
Decimal 252 9 25 0 0.96 0.90 0.01 356.05 0.98 0.51
Hex FC 9 19 0 60 5A 1 164 62 33
Octal 374 11 31 0 140 132 1 544 142 63
Binary 11111100 1001 11001 0 1100000 1011010 1 101100100 1100010 110011

Color Harmonies of #FC0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0919

Black with #FC0919

Text Example


Text Example

White with #FC0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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