Html Css Color HEX #FA0712 Torch Red

📋 copy color: '#FA0712'

red 250 ◦ green 7 ◦ blue 18

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

Shades of Torch Red #FA0712

Tints of Torch Red #FA0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 90.91%
G = 2.55%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA0712 (or 0xFA0712) is known color: Torch Red. HEX triplet: FA, 07 and 12. RGB value is (250,7,18). Sum of RGB (Red+Green+Blue) = 250+7+18=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0712 is #05F8ED. Grayscale: #515151. Windows color (decimal): -391406 or 1181690. OLE color: 1181690.

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

Color convert

RGB 250 7 18 -
CMYK 0 0.97 0.93 0.02
HSL 357.28º 0.96% 0.5% -
HSV(B) 357.28º 0.97% 0.98% -
XYZ 39.61 20.52 2.45 -
YUV 80.91 92.51 248.61 -
System Red Green Blue C M Y K H S L
Decimal 250 7 18 0 0.97 0.93 0.02 357.28 0.96 0.5
Hex FA 7 12 0 61 5D 2 165 60 32
Octal 372 7 22 0 141 135 2 545 140 62
Binary 11111010 111 10010 0 1100001 1011101 10 101100101 1100000 110010

Color Harmonies of #FA0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0712

Black with #FA0712

Text Example


Text Example

White with #FA0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0712; }

 p { color: rgb(250,7,18); }

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

background-color css

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

 a { background-color: rgb(250,7,18); }

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

border-color css

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

 span { border-color: rgb(250,7,18); }

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