Html Css Color HEX #FC0316 Torch Red

📋 copy color: '#FC0316'

red 252 ◦ green 3 ◦ blue 22

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

Shades of Torch Red #FC0316

Tints of Torch Red #FC0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 90.97%
G = 1.08%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0316 (or 0xFC0316) is known color: Torch Red. HEX triplet: FC, 03 and 16. RGB value is (252,3,22). Sum of RGB (Red+Green+Blue) = 252+3+22=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0316 is #03FCE9. Grayscale: #4F4F4F. Windows color (decimal): -261354 or 1442812. OLE color: 1442812.

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

Color convert

RGB 252 3 22 -
CMYK 0 0.99 0.91 0.01
HSL 355.42º 0.98% 0.5% -
HSV(B) 355.42º 0.99% 0.99% -
XYZ 40.32 20.82 2.65 -
YUV 79.62 95.49 250.96 -
System Red Green Blue C M Y K H S L
Decimal 252 3 22 0 0.99 0.91 0.01 355.42 0.98 0.5
Hex FC 3 16 0 63 5B 1 163 62 32
Octal 374 3 26 0 143 133 1 543 142 62
Binary 11111100 11 10110 0 1100011 1011011 1 101100011 1100010 110010

Color Harmonies of #FC0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0316

Black with #FC0316

Text Example


Text Example

White with #FC0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0316; }

 p { color: rgb(252,3,22); }

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

background-color css

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

 a { background-color: rgb(252,3,22); }

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

border-color css

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

 span { border-color: rgb(252,3,22); }

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