Html Css Color HEX #FA0825 Torch Red

📋 copy color: '#FA0825'

red 250 ◦ green 8 ◦ blue 37

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

Shades of Torch Red #FA0825

Tints of Torch Red #FA0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

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

R = 84.75%
G = 2.71%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA0825 (or 0xFA0825) is known color: Torch Red. HEX triplet: FA, 08 and 25. RGB value is (250,8,37). Sum of RGB (Red+Green+Blue) = 250+8+37=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0825 is #05F7DA. Grayscale: #535353. Windows color (decimal): -391131 or 2427130. OLE color: 2427130.

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

Color convert

RGB 250 8 37 -
CMYK 0 0.97 0.85 0.02
HSL 352.81º 0.96% 0.51% -
HSV(B) 352.81º 0.97% 0.98% -
XYZ 39.85 20.63 3.63 -
YUV 83.66 101.67 246.64 -
System Red Green Blue C M Y K H S L
Decimal 250 8 37 0 0.97 0.85 0.02 352.81 0.96 0.51
Hex FA 8 25 0 61 55 2 161 60 33
Octal 372 10 45 0 141 125 2 541 140 63
Binary 11111010 1000 100101 0 1100001 1010101 10 101100001 1100000 110011

Color Harmonies of #FA0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0825

Black with #FA0825

Text Example


Text Example

White with #FA0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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