Html Css Color HEX #FA1035 Torch Red

📋 copy color: '#FA1035'

red 250 ◦ green 16 ◦ blue 53

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

Shades of Torch Red #FA1035

Tints of Torch Red #FA1035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 78.37%
G = 5.02%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA1035 (or 0xFA1035) is known color: Torch Red. HEX triplet: FA, 10 and 35. RGB value is (250,16,53). Sum of RGB (Red+Green+Blue) = 250+16+53=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1035 is #05EFCA. Grayscale: #5A5A5A. Windows color (decimal): -389067 or 3477754. OLE color: 3477754.

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

Color convert

RGB 250 16 53 -
CMYK 0 0.94 0.79 0.02
HSL 350.51º 0.96% 0.52% -
HSV(B) 350.51º 0.94% 0.98% -
XYZ 40.25 20.95 5.29 -
YUV 90.18 107.02 241.99 -
System Red Green Blue C M Y K H S L
Decimal 250 16 53 0 0.94 0.79 0.02 350.51 0.96 0.52
Hex FA 10 35 0 5E 4F 2 15F 60 34
Octal 372 20 65 0 136 117 2 537 140 64
Binary 11111010 10000 110101 0 1011110 1001111 10 101011111 1100000 110100

Color Harmonies of #FA1035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1035

Black with #FA1035

Text Example


Text Example

White with #FA1035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1035; }

 p { color: rgb(250,16,53); }

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

background-color css

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

 a { background-color: rgb(250,16,53); }

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

border-color css

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

 span { border-color: rgb(250,16,53); }

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