Html Css Color HEX #FA2129 Torch Red

📋 copy color: '#FA2129'

red 250 ◦ green 33 ◦ blue 41

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

Shades of Torch Red #FA2129

Tints of Torch Red #FA2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

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

R = 77.16%
G = 10.19%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2129 (or 0xFA2129) is known color: Torch Red. HEX triplet: FA, 21 and 29. RGB value is (250,33,41). Sum of RGB (Red+Green+Blue) = 250+33+41=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2129 is #05DED6. Grayscale: #626262. Windows color (decimal): -384727 or 2695674. OLE color: 2695674.

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

Color convert

RGB 250 33 41 -
CMYK 0 0.87 0.84 0.02
HSL 357.79º 0.96% 0.55% -
HSV(B) 357.79º 0.87% 0.98% -
XYZ 40.37 21.57 4.13 -
YUV 98.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 250 33 41 0 0.87 0.84 0.02 357.79 0.96 0.55
Hex FA 21 29 0 57 54 2 166 60 37
Octal 372 41 51 0 127 124 2 546 140 67
Binary 11111010 100001 101001 0 1010111 1010100 10 101100110 1100000 110111

Color Harmonies of #FA2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2129

Black with #FA2129

Text Example


Text Example

White with #FA2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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