Html Css Color HEX #FA2339 Torch Red

📋 copy color: '#FA2339'

red 250 ◦ green 35 ◦ blue 57

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

Shades of Torch Red #FA2339

Tints of Torch Red #FA2339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

 BLUE value IS 57 (22.66% from 255) = 16.67%

R = 73.1%
G = 10.23%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA2339 (or 0xFA2339) is known color: Torch Red. HEX triplet: FA, 23 and 39. RGB value is (250,35,57). Sum of RGB (Red+Green+Blue) = 250+35+57=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2339 is #05DCC6. Grayscale: #656565. Windows color (decimal): -384199 or 3744762. OLE color: 3744762.

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

Color convert

RGB 250 35 57 -
CMYK 0 0.86 0.77 0.02
HSL 353.86º 0.96% 0.56% -
HSV(B) 353.86º 0.86% 0.98% -
XYZ 40.76 21.82 5.93 -
YUV 101.79 102.73 233.71 -
System Red Green Blue C M Y K H S L
Decimal 250 35 57 0 0.86 0.77 0.02 353.86 0.96 0.56
Hex FA 23 39 0 56 4D 2 162 60 38
Octal 372 43 71 0 126 115 2 542 140 70
Binary 11111010 100011 111001 0 1010110 1001101 10 101100010 1100000 111000

Color Harmonies of #FA2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2339

Black with #FA2339

Text Example


Text Example

White with #FA2339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2339; }

 p { color: rgb(250,35,57); }

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

background-color css

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

 a { background-color: rgb(250,35,57); }

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

border-color css

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

 span { border-color: rgb(250,35,57); }

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