Html Css Color HEX #FA2028 Torch Red

📋 copy color: '#FA2028'

red 250 ◦ green 32 ◦ blue 40

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

Shades of Torch Red #FA2028

Tints of Torch Red #FA2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 77.64%
G = 9.94%
B = 12.42%

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

#FA2028 (or 0xFA2028) is known color: Torch Red. HEX triplet: FA, 20 and 28. RGB value is (250,32,40). Sum of RGB (Red+Green+Blue) = 250+32+40=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2028 is #05DFD7. Grayscale: #626262. Windows color (decimal): -384984 or 2629882. OLE color: 2629882.

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

Color convert

RGB 250 32 40 -
CMYK 0 0.87 0.84 0.02
HSL 357.8º 0.96% 0.55% -
HSV(B) 357.8º 0.87% 0.98% -
XYZ 40.32 21.51 4.03 -
YUV 98.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 250 32 40 0 0.87 0.84 0.02 357.8 0.96 0.55
Hex FA 20 28 0 57 54 2 166 60 37
Octal 372 40 50 0 127 124 2 546 140 67
Binary 11111010 100000 101000 0 1010111 1010100 10 101100110 1100000 110111

Color Harmonies of #FA2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2028

Black with #FA2028

Text Example


Text Example

White with #FA2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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