Html Css Color HEX #FC0F1C Torch Red

📋 copy color: '#FC0F1C'

red 252 ◦ green 15 ◦ blue 28

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

Shades of Torch Red #FC0F1C

Tints of Torch Red #FC0F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.08%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 85.42%
G = 5.08%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC0F1C (or 0xFC0F1C) is known color: Torch Red. HEX triplet: FC, 0F and 1C. RGB value is (252,15,28). Sum of RGB (Red+Green+Blue) = 252+15+28=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F1C is #03F0E3. Grayscale: #575757. Windows color (decimal): -258276 or 1839100. OLE color: 1839100.

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

Color convert

RGB 252 15 28 -
CMYK 0 0.94 0.89 0.01
HSL 356.71º 0.98% 0.52% -
HSV(B) 356.71º 0.94% 0.99% -
XYZ 40.53 21.12 3.04 -
YUV 87.35 94.52 245.44 -
System Red Green Blue C M Y K H S L
Decimal 252 15 28 0 0.94 0.89 0.01 356.71 0.98 0.52
Hex FC F 1C 0 5E 59 1 165 62 34
Octal 374 17 34 0 136 131 1 545 142 64
Binary 11111100 1111 11100 0 1011110 1011001 1 101100101 1100010 110100

Color Harmonies of #FC0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0F1C

Black with #FC0F1C

Text Example


Text Example

White with #FC0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0F1C; }

 p { color: rgb(252,15,28); }

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

background-color css

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

 a { background-color: rgb(252,15,28); }

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

border-color css

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

 span { border-color: rgb(252,15,28); }

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