Html Css Color HEX #FA2130 Torch Red

📋 copy color: '#FA2130'

red 250 ◦ green 33 ◦ blue 48

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

Shades of Torch Red #FA2130

Tints of Torch Red #FA2130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 75.53%
G = 9.97%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA2130 (or 0xFA2130) is known color: Torch Red. HEX triplet: FA, 21 and 30. RGB value is (250,33,48). Sum of RGB (Red+Green+Blue) = 250+33+48=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2130 is #05DECF. Grayscale: #636363. Windows color (decimal): -384720 or 3154426. OLE color: 3154426.

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

Color convert

RGB 250 33 48 -
CMYK 0 0.87 0.81 0.02
HSL 355.85º 0.96% 0.55% -
HSV(B) 355.85º 0.87% 0.98% -
XYZ 40.5 21.63 4.84 -
YUV 99.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 250 33 48 0 0.87 0.81 0.02 355.85 0.96 0.55
Hex FA 21 30 0 57 51 2 164 60 37
Octal 372 41 60 0 127 121 2 544 140 67
Binary 11111010 100001 110000 0 1010111 1010001 10 101100100 1100000 110111

Color Harmonies of #FA2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2130

Black with #FA2130

Text Example


Text Example

White with #FA2130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2130; }

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

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

background-color css

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

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

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

border-color css

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

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

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