Html Css Color HEX #FC0718 Torch Red

📋 copy color: '#FC0718'

red 252 ◦ green 7 ◦ blue 24

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

Shades of Torch Red #FC0718

Tints of Torch Red #FC0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.47%

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

R = 89.05%
G = 2.47%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0718 (or 0xFC0718) is known color: Torch Red. HEX triplet: FC, 07 and 18. RGB value is (252,7,24). Sum of RGB (Red+Green+Blue) = 252+7+24=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0718 is #03F8E7. Grayscale: #525252. Windows color (decimal): -260328 or 1574908. OLE color: 1574908.

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

Color convert

RGB 252 7 24 -
CMYK 0 0.97 0.90 0.01
HSL 355.84º 0.98% 0.51% -
HSV(B) 355.84º 0.97% 0.99% -
XYZ 40.39 20.91 2.77 -
YUV 82.19 95.17 249.12 -
System Red Green Blue C M Y K H S L
Decimal 252 7 24 0 0.97 0.90 0.01 355.84 0.98 0.51
Hex FC 7 18 0 61 5A 1 164 62 33
Octal 374 7 30 0 141 132 1 544 142 63
Binary 11111100 111 11000 0 1100001 1011010 1 101100100 1100010 110011

Color Harmonies of #FC0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0718

Black with #FC0718

Text Example


Text Example

White with #FC0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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