Html Css Color HEX #FA0925 Torch Red

📋 copy color: '#FA0925'

red 250 ◦ green 9 ◦ blue 37

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

Shades of Torch Red #FA0925

Tints of Torch Red #FA0925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 37 (14.84% from 255) = 12.5%

R = 84.46%
G = 3.04%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA0925 (or 0xFA0925) is known color: Torch Red. HEX triplet: FA, 09 and 25. RGB value is (250,9,37). Sum of RGB (Red+Green+Blue) = 250+9+37=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0925 is #05F6DA. Grayscale: #545454. Windows color (decimal): -390875 or 2427386. OLE color: 2427386.

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

Color convert

RGB 250 9 37 -
CMYK 0 0.96 0.85 0.02
HSL 353.03º 0.96% 0.51% -
HSV(B) 353.03º 0.96% 0.98% -
XYZ 39.86 20.65 3.64 -
YUV 84.25 101.34 246.22 -
System Red Green Blue C M Y K H S L
Decimal 250 9 37 0 0.96 0.85 0.02 353.03 0.96 0.51
Hex FA 9 25 0 60 55 2 161 60 33
Octal 372 11 45 0 140 125 2 541 140 63
Binary 11111010 1001 100101 0 1100000 1010101 10 101100001 1100000 110011

Color Harmonies of #FA0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0925

Black with #FA0925

Text Example


Text Example

White with #FA0925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0925; }

 p { color: rgb(250,9,37); }

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

background-color css

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

 a { background-color: rgb(250,9,37); }

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

border-color css

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

 span { border-color: rgb(250,9,37); }

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