Html Css Color HEX #FA1618 Torch Red

📋 copy color: '#FA1618'

red 250 ◦ green 22 ◦ blue 24

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

Shades of Torch Red #FA1618

Tints of Torch Red #FA1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 84.46%
G = 7.43%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA1618 (or 0xFA1618) is known color: Torch Red. HEX triplet: FA, 16 and 18. RGB value is (250,22,24). Sum of RGB (Red+Green+Blue) = 250+22+24=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1618 is #05E9E7. Grayscale: #5A5A5A. Windows color (decimal): -387560 or 1578746. OLE color: 1578746.

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

Color convert

RGB 250 22 24 -
CMYK 0 0.91 0.90 0.02
HSL 359.47º 0.96% 0.53% -
HSV(B) 359.47º 0.91% 0.98% -
XYZ 39.88 20.96 2.81 -
YUV 90.4 90.54 241.84 -
System Red Green Blue C M Y K H S L
Decimal 250 22 24 0 0.91 0.90 0.02 359.47 0.96 0.53
Hex FA 16 18 0 5B 5A 2 167 60 35
Octal 372 26 30 0 133 132 2 547 140 65
Binary 11111010 10110 11000 0 1011011 1011010 10 101100111 1100000 110101

Color Harmonies of #FA1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1618

Black with #FA1618

Text Example


Text Example

White with #FA1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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