Html Css Color HEX #FC0915 Torch Red

📋 copy color: '#FC0915'

red 252 ◦ green 9 ◦ blue 21

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

Shades of Torch Red #FC0915

Tints of Torch Red #FC0915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 89.36%
G = 3.19%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC0915 (or 0xFC0915) is known color: Torch Red. HEX triplet: FC, 09 and 15. RGB value is (252,9,21). Sum of RGB (Red+Green+Blue) = 252+9+21=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0915 is #03F6EA. Grayscale: #535353. Windows color (decimal): -259819 or 1378812. OLE color: 1378812.

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

Color convert

RGB 252 9 21 -
CMYK 0 0.96 0.92 0.01
HSL 357.04º 0.98% 0.51% -
HSV(B) 357.04º 0.96% 0.99% -
XYZ 40.38 20.94 2.62 -
YUV 83.03 93.01 248.52 -
System Red Green Blue C M Y K H S L
Decimal 252 9 21 0 0.96 0.92 0.01 357.04 0.98 0.51
Hex FC 9 15 0 60 5C 1 165 62 33
Octal 374 11 25 0 140 134 1 545 142 63
Binary 11111100 1001 10101 0 1100000 1011100 1 101100101 1100010 110011

Color Harmonies of #FC0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0915

Black with #FC0915

Text Example


Text Example

White with #FC0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0915; }

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

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

background-color css

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

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

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

border-color css

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

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

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