Html Css Color HEX #FA0027 Torch Red

📋 copy color: '#FA0027'

red 250 ◦ green 0 ◦ blue 39

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

Shades of Torch Red #FA0027

Tints of Torch Red #FA0027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 86.51%
G = 0%
B = 13.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA0027 (or 0xFA0027) is known color: Torch Red. HEX triplet: FA, 00 and 27. RGB value is (250,0,39). Sum of RGB (Red+Green+Blue) = 250+0+39=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0027 is #05FFD8. Grayscale: #4F4F4F. Windows color (decimal): -393177 or 2556154. OLE color: 2556154.

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

Color convert

RGB 250 0 39 -
CMYK 0 1 0.84 0.02
HSL 350.64º 1% 0.49% -
HSV(B) 350.64º 1% 0.98% -
XYZ 39.79 20.47 3.77 -
YUV 79.2 105.33 249.83 -
System Red Green Blue C M Y K H S L
Decimal 250 0 39 0 1 0.84 0.02 350.64 1 0.49
Hex FA 0 27 0 64 54 2 15F 64 31
Octal 372 0 47 0 144 124 2 537 144 61
Binary 11111010 0 100111 0 1100100 1010100 10 101011111 1100100 110001

Color Harmonies of #FA0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0027

Black with #FA0027

Text Example


Text Example

White with #FA0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0027; }

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

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

background-color css

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

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

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

border-color css

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

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

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