Html Css Color HEX #FA0813 Torch Red

📋 copy color: '#FA0813'

red 250 ◦ green 8 ◦ blue 19

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

Shades of Torch Red #FA0813

Tints of Torch Red #FA0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 90.25%
G = 2.89%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA0813 (or 0xFA0813) is known color: Torch Red. HEX triplet: FA, 08 and 13. RGB value is (250,8,19). Sum of RGB (Red+Green+Blue) = 250+8+19=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0813 is #05F7EC. Grayscale: #515151. Windows color (decimal): -391149 or 1247482. OLE color: 1247482.

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

Color convert

RGB 250 8 19 -
CMYK 0 0.97 0.92 0.02
HSL 357.27º 0.96% 0.51% -
HSV(B) 357.27º 0.97% 0.98% -
XYZ 39.63 20.54 2.49 -
YUV 81.61 92.67 248.11 -
System Red Green Blue C M Y K H S L
Decimal 250 8 19 0 0.97 0.92 0.02 357.27 0.96 0.51
Hex FA 8 13 0 61 5C 2 165 60 33
Octal 372 10 23 0 141 134 2 545 140 63
Binary 11111010 1000 10011 0 1100001 1011100 10 101100101 1100000 110011

Color Harmonies of #FA0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0813

Black with #FA0813

Text Example


Text Example

White with #FA0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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