Html Css Color HEX #FA0E19 Torch Red

📋 copy color: '#FA0E19'

red 250 ◦ green 14 ◦ blue 25

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

Shades of Torch Red #FA0E19

Tints of Torch Red #FA0E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 86.51%
G = 4.84%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA0E19 (or 0xFA0E19) is known color: Torch Red. HEX triplet: FA, 0E and 19. RGB value is (250,14,25). Sum of RGB (Red+Green+Blue) = 250+14+25=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0E19 is #05F1E6. Grayscale: #565656. Windows color (decimal): -389607 or 1642234. OLE color: 1642234.

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

Color convert

RGB 250 14 25 -
CMYK 0 0.94 0.9 0.02
HSL 357.2º 0.96% 0.52% -
HSV(B) 357.2º 0.94% 0.98% -
XYZ 39.76 20.71 2.82 -
YUV 85.82 93.69 245.11 -
System Red Green Blue C M Y K H S L
Decimal 250 14 25 0 0.94 0.9 0.02 357.2 0.96 0.52
Hex FA E 19 0 5E 5A 2 165 60 34
Octal 372 16 31 0 136 132 2 545 140 64
Binary 11111010 1110 11001 0 1011110 1011010 10 101100101 1100000 110100

Color Harmonies of #FA0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E19

Black with #FA0E19

Text Example


Text Example

White with #FA0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E19; }

 p { color: rgb(250,14,25); }

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

background-color css

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

 a { background-color: rgb(250,14,25); }

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

border-color css

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

 span { border-color: rgb(250,14,25); }

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