Html Css Color HEX #FA0513 Torch Red

📋 copy color: '#FA0513'

red 250 ◦ green 5 ◦ blue 19

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

Shades of Torch Red #FA0513

Tints of Torch Red #FA0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 91.24%
G = 1.82%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA0513 (or 0xFA0513) is known color: Torch Red. HEX triplet: FA, 05 and 13. RGB value is (250,5,19). Sum of RGB (Red+Green+Blue) = 250+5+19=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0513 is #05FAEC. Grayscale: #505050. Windows color (decimal): -391917 or 1246714. OLE color: 1246714.

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

Color convert

RGB 250 5 19 -
CMYK 0 0.98 0.92 0.02
HSL 356.57º 0.96% 0.5% -
HSV(B) 356.57º 0.98% 0.98% -
XYZ 39.6 20.48 2.48 -
YUV 79.85 93.67 249.36 -
System Red Green Blue C M Y K H S L
Decimal 250 5 19 0 0.98 0.92 0.02 356.57 0.96 0.5
Hex FA 5 13 0 62 5C 2 165 60 32
Octal 372 5 23 0 142 134 2 545 140 62
Binary 11111010 101 10011 0 1100010 1011100 10 101100101 1100000 110010

Color Harmonies of #FA0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0513

Black with #FA0513

Text Example


Text Example

White with #FA0513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0513; }

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

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

background-color css

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

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

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

border-color css

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

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

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