Html Css Color HEX #FA1029 Torch Red

📋 copy color: '#FA1029'

red 250 ◦ green 16 ◦ blue 41

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

Shades of Torch Red #FA1029

Tints of Torch Red #FA1029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 81.43%
G = 5.21%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA1029 (or 0xFA1029) is known color: Torch Red. HEX triplet: FA, 10 and 29. RGB value is (250,16,41). Sum of RGB (Red+Green+Blue) = 250+16+41=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1029 is #05EFD6. Grayscale: #585858. Windows color (decimal): -389079 or 2691322. OLE color: 2691322.

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

Color convert

RGB 250 16 41 -
CMYK 0 0.94 0.84 0.02
HSL 353.59º 0.96% 0.52% -
HSV(B) 353.59º 0.94% 0.98% -
XYZ 40.01 20.85 4.01 -
YUV 88.82 101.02 242.97 -
System Red Green Blue C M Y K H S L
Decimal 250 16 41 0 0.94 0.84 0.02 353.59 0.96 0.52
Hex FA 10 29 0 5E 54 2 162 60 34
Octal 372 20 51 0 136 124 2 542 140 64
Binary 11111010 10000 101001 0 1011110 1010100 10 101100010 1100000 110100

Color Harmonies of #FA1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1029

Black with #FA1029

Text Example


Text Example

White with #FA1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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