Html Css Color HEX #FA0A19 Torch Red

📋 copy color: '#FA0A19'

red 250 ◦ green 10 ◦ blue 25

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

Shades of Torch Red #FA0A19

Tints of Torch Red #FA0A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

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

R = 87.72%
G = 3.51%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA0A19 (or 0xFA0A19) is known color: Torch Red. HEX triplet: FA, 0A and 19. RGB value is (250,10,25). Sum of RGB (Red+Green+Blue) = 250+10+25=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0A19 is #05F5E6. Grayscale: #535353. Windows color (decimal): -390631 or 1641210. OLE color: 1641210.

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

Color convert

RGB 250 10 25 -
CMYK 0 0.96 0.9 0.02
HSL 356.25º 0.96% 0.51% -
HSV(B) 356.25º 0.96% 0.98% -
XYZ 39.71 20.61 2.81 -
YUV 83.47 95.01 246.78 -
System Red Green Blue C M Y K H S L
Decimal 250 10 25 0 0.96 0.9 0.02 356.25 0.96 0.51
Hex FA A 19 0 60 5A 2 164 60 33
Octal 372 12 31 0 140 132 2 544 140 63
Binary 11111010 1010 11001 0 1100000 1011010 10 101100100 1100000 110011

Color Harmonies of #FA0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A19

Black with #FA0A19

Text Example


Text Example

White with #FA0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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