Html Css Color HEX #FA1018 Torch Red

📋 copy color: '#FA1018'

red 250 ◦ green 16 ◦ blue 24

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

Shades of Torch Red #FA1018

Tints of Torch Red #FA1018

RGB

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

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

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

R = 86.21%
G = 5.52%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA1018 (or 0xFA1018) is known color: Torch Red. HEX triplet: FA, 10 and 18. RGB value is (250,16,24). Sum of RGB (Red+Green+Blue) = 250+16+24=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1018 is #05EFE7. Grayscale: #575757. Windows color (decimal): -389096 or 1577210. OLE color: 1577210.

HSL color Cylindrical-coordinate representation of color #FA1018: hue angle of 357.95º 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 #FA1018 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 16 24 -
CMYK 0 0.94 0.90 0.02
HSL 357.95º 0.96% 0.52% -
HSV(B) 357.95º 0.94% 0.98% -
XYZ 39.77 20.76 2.77 -
YUV 86.88 92.52 244.35 -
System Red Green Blue C M Y K H S L
Decimal 250 16 24 0 0.94 0.90 0.02 357.95 0.96 0.52
Hex FA 10 18 0 5E 5A 2 166 60 34
Octal 372 20 30 0 136 132 2 546 140 64
Binary 11111010 10000 11000 0 1011110 1011010 10 101100110 1100000 110100

Color Harmonies of #FA1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1018

Black with #FA1018

Text Example


Text Example

White with #FA1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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