Html Css Color HEX #FC0518 Torch Red

📋 copy color: '#FC0518'

red 252 ◦ green 5 ◦ blue 24

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

Shades of Torch Red #FC0518

Tints of Torch Red #FC0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 89.68%
G = 1.78%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0518 (or 0xFC0518) is known color: Torch Red. HEX triplet: FC, 05 and 18. RGB value is (252,5,24). Sum of RGB (Red+Green+Blue) = 252+5+24=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0518 is #03FAE7. Grayscale: #515151. Windows color (decimal): -260840 or 1574396. OLE color: 1574396.

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

Color convert

RGB 252 5 24 -
CMYK 0 0.98 0.90 0.01
HSL 355.38º 0.98% 0.5% -
HSV(B) 355.38º 0.98% 0.99% -
XYZ 40.36 20.87 2.77 -
YUV 81.02 95.83 249.96 -
System Red Green Blue C M Y K H S L
Decimal 252 5 24 0 0.98 0.90 0.01 355.38 0.98 0.5
Hex FC 5 18 0 62 5A 1 163 62 32
Octal 374 5 30 0 142 132 1 543 142 62
Binary 11111100 101 11000 0 1100010 1011010 1 101100011 1100010 110010

Color Harmonies of #FC0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0518

Black with #FC0518

Text Example


Text Example

White with #FC0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0518; }

 p { color: rgb(252,5,24); }

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

background-color css

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

 a { background-color: rgb(252,5,24); }

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

border-color css

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

 span { border-color: rgb(252,5,24); }

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