Html Css Color HEX #FA0E31 Torch Red

📋 copy color: '#FA0E31'

red 250 ◦ green 14 ◦ blue 49

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

Shades of Torch Red #FA0E31

Tints of Torch Red #FA0E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 79.87%
G = 4.47%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA0E31 (or 0xFA0E31) is known color: Torch Red. HEX triplet: FA, 0E and 31. RGB value is (250,14,49). Sum of RGB (Red+Green+Blue) = 250+14+49=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E31 is #05F1CE. Grayscale: #585858. Windows color (decimal): -389583 or 3215098. OLE color: 3215098.

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

Color convert

RGB 250 14 49 -
CMYK 0 0.94 0.80 0.02
HSL 351.1º 0.96% 0.52% -
HSV(B) 351.1º 0.94% 0.98% -
XYZ 40.14 20.86 4.82 -
YUV 88.55 105.69 243.15 -
System Red Green Blue C M Y K H S L
Decimal 250 14 49 0 0.94 0.80 0.02 351.1 0.96 0.52
Hex FA E 31 0 5E 50 2 15F 60 34
Octal 372 16 61 0 136 120 2 537 140 64
Binary 11111010 1110 110001 0 1011110 1010000 10 101011111 1100000 110100

Color Harmonies of #FA0E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E31

Black with #FA0E31

Text Example


Text Example

White with #FA0E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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