Html Css Color HEX #FA1118 Torch Red

📋 copy color: '#FA1118'

red 250 ◦ green 17 ◦ blue 24

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

Shades of Torch Red #FA1118

Tints of Torch Red #FA1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 85.91%
G = 5.84%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA1118 (or 0xFA1118) is known color: Torch Red. HEX triplet: FA, 11 and 18. RGB value is (250,17,24). Sum of RGB (Red+Green+Blue) = 250+17+24=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1118 is #05EEE7. Grayscale: #575757. Windows color (decimal): -388840 or 1577466. OLE color: 1577466.

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

Color convert

RGB 250 17 24 -
CMYK 0 0.93 0.90 0.02
HSL 358.2º 0.96% 0.52% -
HSV(B) 358.2º 0.93% 0.98% -
XYZ 39.79 20.79 2.78 -
YUV 87.47 92.19 243.93 -
System Red Green Blue C M Y K H S L
Decimal 250 17 24 0 0.93 0.90 0.02 358.2 0.96 0.52
Hex FA 11 18 0 5D 5A 2 166 60 34
Octal 372 21 30 0 135 132 2 546 140 64
Binary 11111010 10001 11000 0 1011101 1011010 10 101100110 1100000 110100

Color Harmonies of #FA1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1118

Black with #FA1118

Text Example


Text Example

White with #FA1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1118; }

 p { color: rgb(250,17,24); }

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

background-color css

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

 a { background-color: rgb(250,17,24); }

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

border-color css

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

 span { border-color: rgb(250,17,24); }

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