Html Css Color HEX #FA2034 Torch Red

📋 copy color: '#FA2034'

red 250 ◦ green 32 ◦ blue 52

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

Shades of Torch Red #FA2034

Tints of Torch Red #FA2034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 74.85%
G = 9.58%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2034 (or 0xFA2034) is known color: Torch Red. HEX triplet: FA, 20 and 34. RGB value is (250,32,52). Sum of RGB (Red+Green+Blue) = 250+32+52=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2034 is #05DFCB. Grayscale: #636363. Windows color (decimal): -384972 or 3416314. OLE color: 3416314.

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

Color convert

RGB 250 32 52 -
CMYK 0 0.87 0.79 0.02
HSL 354.5º 0.96% 0.55% -
HSV(B) 354.5º 0.87% 0.98% -
XYZ 40.56 21.6 5.28 -
YUV 99.46 101.22 235.37 -
System Red Green Blue C M Y K H S L
Decimal 250 32 52 0 0.87 0.79 0.02 354.5 0.96 0.55
Hex FA 20 34 0 57 4F 2 162 60 37
Octal 372 40 64 0 127 117 2 542 140 67
Binary 11111010 100000 110100 0 1010111 1001111 10 101100010 1100000 110111

Color Harmonies of #FA2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2034

Black with #FA2034

Text Example


Text Example

White with #FA2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2034; }

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

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

background-color css

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

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

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

border-color css

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

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

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