Html Css Color HEX #FA1033 Torch Red

📋 copy color: '#FA1033'

red 250 ◦ green 16 ◦ blue 51

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

Shades of Torch Red #FA1033

Tints of Torch Red #FA1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 78.86%
G = 5.05%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA1033 (or 0xFA1033) is known color: Torch Red. HEX triplet: FA, 10 and 33. RGB value is (250,16,51). Sum of RGB (Red+Green+Blue) = 250+16+51=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1033 is #05EFCC. Grayscale: #5A5A5A. Windows color (decimal): -389069 or 3346682. OLE color: 3346682.

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

Color convert

RGB 250 16 51 -
CMYK 0 0.94 0.80 0.02
HSL 351.03º 0.96% 0.52% -
HSV(B) 351.03º 0.94% 0.98% -
XYZ 40.21 20.93 5.05 -
YUV 89.96 106.02 242.15 -
System Red Green Blue C M Y K H S L
Decimal 250 16 51 0 0.94 0.80 0.02 351.03 0.96 0.52
Hex FA 10 33 0 5E 50 2 15F 60 34
Octal 372 20 63 0 136 120 2 537 140 64
Binary 11111010 10000 110011 0 1011110 1010000 10 101011111 1100000 110100

Color Harmonies of #FA1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1033

Black with #FA1033

Text Example


Text Example

White with #FA1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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