Html Css Color HEX #FC0517 Torch Red

📋 copy color: '#FC0517'

red 252 ◦ green 5 ◦ blue 23

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

Shades of Torch Red #FC0517

Tints of Torch Red #FC0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 90%
G = 1.79%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0517 (or 0xFC0517) is known color: Torch Red. HEX triplet: FC, 05 and 17. RGB value is (252,5,23). Sum of RGB (Red+Green+Blue) = 252+5+23=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0517 is #03FAE8. Grayscale: #515151. Windows color (decimal): -260841 or 1508860. OLE color: 1508860.

HSL color Cylindrical-coordinate representation of color #FC0517: hue angle of 355.63º 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 #FC0517 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 5 23 -
CMYK 0 0.98 0.91 0.01
HSL 355.63º 0.98% 0.5% -
HSV(B) 355.63º 0.98% 0.99% -
XYZ 40.35 20.87 2.71 -
YUV 80.91 95.33 250.04 -
System Red Green Blue C M Y K H S L
Decimal 252 5 23 0 0.98 0.91 0.01 355.63 0.98 0.5
Hex FC 5 17 0 62 5B 1 164 62 32
Octal 374 5 27 0 142 133 1 544 142 62
Binary 11111100 101 10111 0 1100010 1011011 1 101100100 1100010 110010

Color Harmonies of #FC0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0517

Black with #FC0517

Text Example


Text Example

White with #FC0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0517; }

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

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

background-color css

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

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

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

border-color css

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

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

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