Html Css Color HEX #FA001F Torch Red

📋 copy color: '#FA001F'

red 250 ◦ green 0 ◦ blue 31

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

Shades of Torch Red #FA001F

Tints of Torch Red #FA001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 88.97%
G = 0%
B = 11.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA001F (or 0xFA001F) is known color: Torch Red. HEX triplet: FA, 00 and 1F. RGB value is (250,0,31). Sum of RGB (Red+Green+Blue) = 250+0+31=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA001F is #05FFE0. Grayscale: #4E4E4E. Windows color (decimal): -393185 or 2031866. OLE color: 2031866.

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

Color convert

RGB 250 0 31 -
CMYK 0 1 0.88 0.02
HSL 352.56º 1% 0.49% -
HSV(B) 352.56º 1% 0.98% -
XYZ 39.67 20.42 3.15 -
YUV 78.28 101.33 250.48 -
System Red Green Blue C M Y K H S L
Decimal 250 0 31 0 1 0.88 0.02 352.56 1 0.49
Hex FA 0 1F 0 64 58 2 161 64 31
Octal 372 0 37 0 144 130 2 541 144 61
Binary 11111010 0 11111 0 1100100 1011000 10 101100001 1100100 110001

Color Harmonies of #FA001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA001F

Black with #FA001F

Text Example


Text Example

White with #FA001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA001F; }

 p { color: rgb(250,0,31); }

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

background-color css

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

 a { background-color: rgb(250,0,31); }

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

border-color css

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

 span { border-color: rgb(250,0,31); }

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