Html Css Color HEX #FA1A27 Torch Red

📋 copy color: '#FA1A27'

red 250 ◦ green 26 ◦ blue 39

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

Shades of Torch Red #FA1A27

Tints of Torch Red #FA1A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 79.37%
G = 8.25%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA1A27 (or 0xFA1A27) is known color: Torch Red. HEX triplet: FA, 1A and 27. RGB value is (250,26,39). Sum of RGB (Red+Green+Blue) = 250+26+39=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A27 is #05E5D8. Grayscale: #5E5E5E. Windows color (decimal): -386521 or 2562810. OLE color: 2562810.

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

Color convert

RGB 250 26 39 -
CMYK 0 0.90 0.84 0.02
HSL 356.52º 0.96% 0.54% -
HSV(B) 356.52º 0.9% 0.98% -
XYZ 40.16 21.21 3.9 -
YUV 94.46 96.71 238.94 -
System Red Green Blue C M Y K H S L
Decimal 250 26 39 0 0.90 0.84 0.02 356.52 0.96 0.54
Hex FA 1A 27 0 5A 54 2 165 60 36
Octal 372 32 47 0 132 124 2 545 140 66
Binary 11111010 11010 100111 0 1011010 1010100 10 101100101 1100000 110110

Color Harmonies of #FA1A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A27

Black with #FA1A27

Text Example


Text Example

White with #FA1A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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