Html Css Color HEX #FA2128 Torch Red

📋 copy color: '#FA2128'

red 250 ◦ green 33 ◦ blue 40

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

Shades of Torch Red #FA2128

Tints of Torch Red #FA2128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 77.4%
G = 10.22%
B = 12.38%

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

#FA2128 (or 0xFA2128) is known color: Torch Red. HEX triplet: FA, 21 and 28. RGB value is (250,33,40). Sum of RGB (Red+Green+Blue) = 250+33+40=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2128 is #05DED7. Grayscale: #626262. Windows color (decimal): -384728 or 2630138. OLE color: 2630138.

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

Color convert

RGB 250 33 40 -
CMYK 0 0.87 0.84 0.02
HSL 358.06º 0.96% 0.55% -
HSV(B) 358.06º 0.87% 0.98% -
XYZ 40.35 21.56 4.04 -
YUV 98.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 250 33 40 0 0.87 0.84 0.02 358.06 0.96 0.55
Hex FA 21 28 0 57 54 2 166 60 37
Octal 372 41 50 0 127 124 2 546 140 67
Binary 11111010 100001 101000 0 1010111 1010100 10 101100110 1100000 110111

Color Harmonies of #FA2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2128

Black with #FA2128

Text Example


Text Example

White with #FA2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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