Html Css Color HEX #FC151E Torch Red

📋 copy color: '#FC151E'

red 252 ◦ green 21 ◦ blue 30

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

Shades of Torch Red #FC151E

Tints of Torch Red #FC151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 83.17%
G = 6.93%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC151E (or 0xFC151E) is known color: Torch Red. HEX triplet: FC, 15 and 1E. RGB value is (252,21,30). Sum of RGB (Red+Green+Blue) = 252+21+30=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC151E is #03EAE1. Grayscale: #5B5B5B. Windows color (decimal): -256738 or 1971708. OLE color: 1971708.

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

Color convert

RGB 252 21 30 -
CMYK 0 0.92 0.88 0.01
HSL 357.66º 0.97% 0.54% -
HSV(B) 357.66º 0.92% 0.99% -
XYZ 40.65 21.33 3.2 -
YUV 91.1 93.53 242.77 -
System Red Green Blue C M Y K H S L
Decimal 252 21 30 0 0.92 0.88 0.01 357.66 0.97 0.54
Hex FC 15 1E 0 5C 58 1 166 61 36
Octal 374 25 36 0 134 130 1 546 141 66
Binary 11111100 10101 11110 0 1011100 1011000 1 101100110 1100001 110110

Color Harmonies of #FC151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC151E

Black with #FC151E

Text Example


Text Example

White with #FC151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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