Html Css Color HEX #FA1015 Torch Red

📋 copy color: '#FA1015'

red 250 ◦ green 16 ◦ blue 21

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

Shades of Torch Red #FA1015

Tints of Torch Red #FA1015

RGB

 RED value IS 250 (98.05% from 255) = 87.11%

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 87.11%
G = 5.57%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA1015 (or 0xFA1015) is known color: Torch Red. HEX triplet: FA, 10 and 15. RGB value is (250,16,21). Sum of RGB (Red+Green+Blue) = 250+16+21=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1015 is #05EFEA. Grayscale: #565656. Windows color (decimal): -389099 or 1380602. OLE color: 1380602.

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

Color convert

RGB 250 16 21 -
CMYK 0 0.94 0.92 0.02
HSL 358.72º 0.96% 0.52% -
HSV(B) 358.72º 0.94% 0.98% -
XYZ 39.74 20.75 2.62 -
YUV 86.54 91.02 244.59 -
System Red Green Blue C M Y K H S L
Decimal 250 16 21 0 0.94 0.92 0.02 358.72 0.96 0.52
Hex FA 10 15 0 5E 5C 2 167 60 34
Octal 372 20 25 0 136 134 2 547 140 64
Binary 11111010 10000 10101 0 1011110 1011100 10 101100111 1100000 110100

Color Harmonies of #FA1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1015

Black with #FA1015

Text Example


Text Example

White with #FA1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1015; }

 p { color: rgb(250,16,21); }

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

background-color css

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

 a { background-color: rgb(250,16,21); }

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

border-color css

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

 span { border-color: rgb(250,16,21); }

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